Searched refs:F_OFD_LOCK (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_lockf.c | 337 if ((ap->a_flags & F_OFD_LOCK) && (ap->a_flags & F_CONFINED)) { in lf_advlock() 748 } else if ((lock->lf_flags & block->lf_flags & F_OFD_LOCK) && in lf_setlock() 1111 } else if (overlap->lf_flags & F_OFD_LOCK) { in lf_transferlock() 1219 (overlap->lf_flags & (F_POSIX | F_OFD_LOCK)) != 0 && in lf_getblock() 1533 } else if (lock->lf_flags & F_OFD_LOCK) { in lf_print() 1589 } else if (lf->lf_flags & F_OFD_LOCK) { in lf_printlist() 1605 } else if (blk->lf_flags & F_OFD_LOCK) { in lf_printlist() 1725 ((block->lf_flags & next->lf_flags & F_OFD_LOCK) && in lf_adjust_assertion()
|
| H A D | kern_descrip.c | 358 (void)VNOP_ADVLOCK(vp, ofd_to_id(fg), F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks() 3058 flg |= F_OFD_LOCK; in sys_fcntl_nocancel() 3081 F_UNLCK, &fl, F_OFD_LOCK, &context, in sys_fcntl_nocancel() 3203 F_GETLK, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel() 3207 F_GETLKPID, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | fcntl.h | 456 #define F_OFD_LOCK 0x400 /* Use "OFD" semantics for lock */ macro
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_vnops.c | 1827 F_UNLCK, &lf, F_OFD_LOCK, ctx, NULL); in vn_closefile()
|
| H A D | kpi_vfs.c | 5653 } else if (flags & F_OFD_LOCK) { in VNOP_ADVLOCK() 5665 (flags & (F_FLOCK | F_OFD_LOCK)) != 0) { in VNOP_ADVLOCK()
|