Searched refs:F_FLOCK (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | fcntl.h | 171 #define F_FLOCK 0x020 /* Use flock(2) semantics for lock */ macro
|
| /openbsd/src/sys/kern/ |
| D | kern_descrip.c | 1310 error = VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK); in sys_flock() 1323 error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, &lf, F_FLOCK); in sys_flock() 1325 error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, &lf, F_FLOCK|F_WAIT); in sys_flock()
|
| D | vfs_vnops.c | 613 (void) VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK); in vn_closefile()
|
| D | vfs_lockf.c | 366 if ((lock->lf_flags & F_FLOCK) && lock->lf_type == F_WRLCK) { in lf_setlock()
|
| D | vfs_syscalls.c | 1152 type = F_FLOCK; in doopenat() 1431 type = F_FLOCK; in sys_fhopen()
|
| /openbsd/src/regress/usr.bin/diff/ |
| D | t9.2 | 910 type = F_FLOCK; 1093 type = F_FLOCK;
|
| D | t9.1 | 768 type = F_FLOCK;
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5005delta.pod | 628 locking behaviour flags F_FLOCK, F_POSIX, Linux F_SHLCK, and
|
| D | perl56delta.pod | 945 flags F_FLOCK, F_POSIX, Linux F_SHLCK, and O_ACCMODE: the combined
|
| D | perl561delta.pod | 1543 flags F_FLOCK, F_POSIX, Linux F_SHLCK, and O_ACCMODE: the combined
|