Searched refs:F_OFD_LOCK (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/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 | 386 (void)VNOP_ADVLOCK(vp, ofd_to_id(fg), F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks() 3076 flg |= F_OFD_LOCK; in sys_fcntl_nocancel() 3099 F_UNLCK, &fl, F_OFD_LOCK, &context, in sys_fcntl_nocancel() 3221 F_GETLK, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel() 3225 F_GETLKPID, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | fcntl.h | 461 #define F_OFD_LOCK 0x400 /* Use "OFD" semantics for lock */ macro
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_vnops.c | 1837 F_UNLCK, &lf, F_OFD_LOCK, ctx, NULL); in vn_closefile()
|
| H A D | kpi_vfs.c | 5704 } else if (flags & F_OFD_LOCK) { in VNOP_ADVLOCK() 5716 (flags & (F_FLOCK | F_OFD_LOCK)) != 0) { in VNOP_ADVLOCK()
|