Home
last modified time | relevance | path

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; in lockf()
31 fileLock.l_type = F_WRLCK; in lockf()
35 fileLock.l_type = F_WRLCK; in lockf()
/haiku/src/tests/system/kernel/
H A Dadvisory_locking_test.cpp23 return type == F_RDLCK ? "shared" : type == F_WRLCK in type_name()
58 return do_lock(fd, F_WRLCK, start, length); in exclusive_lock()
125 type = F_WRLCK; in main()
/haiku/src/tests/system/libroot/posix/
H A Dflock_test.cpp71 F_WRLCK, // exclusive lock in main()
101 flock.l_type = F_WRLCK; in main()
136 flock.l_type = F_WRLCK; in main()
/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; in sGetLockType()
286 return F_WRLCK; in sLockTypeToHaiku()
H A DInode.cpp679 case F_WRLCK: in CheckLockType()
/haiku/src/libs/util/
H A Dpidfile.c119 lock.l_type = F_WRLCK; in pidfile_open()
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c174 flk.l_type = F_WRLCK; in ntfs_device_unix_io_open()
/haiku/src/libs/uuid/
H A Dgen_uuid.c254 fl.l_type = F_WRLCK; in get_clock()
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp115 LTYPE(F_WRLCK); in format_ltype()
/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.cpp1618 flock->l_type = lock->shared ? F_RDLCK : F_WRLCK; in test_advisory_lock()
6364 && flock.l_type == F_WRLCK) in common_fcntl()
9283 flock.l_type = (operation & LOCK_SH) != 0 ? F_RDLCK : F_WRLCK; in _user_flock()