Searched refs:F_WRLCK (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dlockf.cpp27 fileLock.l_type = F_WRLCK;
31 fileLock.l_type = F_WRLCK;
35 fileLock.l_type = F_WRLCK;
/haiku/src/tests/system/libroot/posix/
H A Dflock_test.cpp71 F_WRLCK, // exclusive lock
101 flock.l_type = F_WRLCK;
136 flock.l_type = F_WRLCK;
/haiku/src/tests/system/kernel/
H A Dadvisory_locking_test.cpp23 return type == F_RDLCK ? "shared" : type == F_WRLCK
58 return do_lock(fd, F_WRLCK, start, length);
125 type = F_WRLCK;
/haiku/headers/posix/
H A Dfcntl.h28 #define F_WRLCK 0x0400 /* write or exclusive lock */ macro
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Defs.h271 case F_WRLCK: return wait ? WRITEW_LT : WRITE_LT;
286 return F_WRLCK;
H A DInode.cpp679 case F_WRLCK:
/haiku/src/libs/util/
H A Dpidfile.c119 lock.l_type = F_WRLCK;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c174 flk.l_type = F_WRLCK;
/haiku/src/libs/uuid/
H A Dgen_uuid.c254 fl.l_type = F_WRLCK;
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp127 LTYPE(F_WRLCK);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h765 #define F_WRLCK FSSH_F_WRLCK macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1593 flock->l_type = lock->shared ? F_RDLCK : F_WRLCK;
6308 && flock.l_type == F_WRLCK)
9230 flock.l_type = (operation & LOCK_SH) != 0 ? F_RDLCK : F_WRLCK;

Completed in 139 milliseconds