Searched refs:F_OFD_LOCK (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ ! |
| H A D | kern_lockf.c | 337 if (ap->a_flags & F_OFD_LOCK) { in lf_advlock() 751 } else if ((lock->lf_flags & block->lf_flags & F_OFD_LOCK) && in lf_setlock() 1114 } else if (overlap->lf_flags & F_OFD_LOCK) { in lf_transferlock() 1222 (overlap->lf_flags & (F_POSIX | F_OFD_LOCK)) != 0 && in lf_getblock() 1536 } else if (lock->lf_flags & F_OFD_LOCK) { in lf_print() 1592 } else if (lf->lf_flags & F_OFD_LOCK) { in lf_printlist() 1608 } else if (blk->lf_flags & F_OFD_LOCK) { in lf_printlist() 1728 ((block->lf_flags & next->lf_flags & F_OFD_LOCK) && in lf_adjust_assertion()
|
| H A D | kern_descrip.c | 358 (void)VNOP_ADVLOCK(vp, (caddr_t)fg, F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks() 3047 flg |= F_OFD_LOCK; in sys_fcntl_nocancel() 3067 F_UNLCK, &fl, F_OFD_LOCK, &context, in sys_fcntl_nocancel() 3189 F_GETLK, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel() 3193 F_GETLKPID, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()
|
| /xnu-8796.141.3/bsd/sys/ ! |
| H A D | fcntl.h | 451 #define F_OFD_LOCK 0x400 /* Use "OFD" semantics for lock */ macro
|
| /xnu-8796.141.3/bsd/vfs/ ! |
| H A D | vfs_vnops.c | 1823 F_UNLCK, &lf, F_OFD_LOCK, ctx, NULL); in vn_closefile()
|
| H A D | kpi_vfs.c | 5629 } else if (flags & F_OFD_LOCK) { in VNOP_ADVLOCK() 5641 (flags & (F_FLOCK | F_OFD_LOCK)) != 0) { in VNOP_ADVLOCK()
|