Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
fcntl.h | 229 #define F_FLOCK 0x020 /* Use flock(2) semantics for lock */ |
/src/lib/libperfuse/ | |
ops.c | 90 #define F_FLOCK 0x020 3012 fli->lk_flags = (flags & F_FLOCK) ? FUSE_LK_FLOCK : 0; |