Searched refs:F_SETLKW (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dlockf.cpp28 return fcntl(fileDescriptor, F_SETLKW, &fileLock);
68 // "If the command is F_SETLKW and the process must wait for another
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp73 if (op == F_SETLKW)
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp65 FCNTL_INFO_ENTRY_TYPE(F_SETLKW, struct flock*),
/haiku/headers/posix/
H A Dfcntl.h22 #define F_SETLKW 0x0100 /* as above, but waits if blocked */ macro
/haiku/src/tests/system/libroot/posix/
H A Dflock_test.cpp43 if (fcntl(fd, F_SETLKW, &flock) == -1) {
/haiku/src/libs/uuid/
H A Dgen_uuid.c261 while (fcntl(state_fd, F_SETLKW, &fl) < 0) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h760 #define F_SETLKW FSSH_F_SETLKW macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6169 if (op == F_SETLK || op == F_SETLKW || op == F_GETLK) {
6290 case F_SETLKW:
6315 descriptor->cookie, &flock, op == F_SETLKW);
6318 &flock, op == F_SETLKW);
9188 if (op == F_SETLKW)

Completed in 136 milliseconds