Home
last modified time | relevance | path

Searched refs:F_OFD_LOCK (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dkern_lockf.c336 if (ap->a_flags & F_OFD_LOCK) { in lf_advlock()
739 } else if ((lock->lf_flags & block->lf_flags & F_OFD_LOCK) && in lf_setlock()
1154 (overlap->lf_flags & (F_POSIX | F_OFD_LOCK)) != 0 && in lf_getblock()
1468 } else if (lock->lf_flags & F_OFD_LOCK) { in lf_print()
1524 } else if (lf->lf_flags & F_OFD_LOCK) { in lf_printlist()
1540 } else if (blk->lf_flags & F_OFD_LOCK) { in lf_printlist()
1660 ((block->lf_flags & next->lf_flags & F_OFD_LOCK) && in lf_adjust_assertion()
H A Dkern_descrip.c3053 flg |= F_OFD_LOCK; in sys_fcntl_nocancel()
3073 F_UNLCK, &fl, F_OFD_LOCK, &context, in sys_fcntl_nocancel()
3195 F_GETLK, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()
3199 F_GETLKPID, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h424 #define F_OFD_LOCK 0x400 /* Use "OFD" semantics for lock */ macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_vnops.c1778 F_UNLCK, &lf, F_OFD_LOCK, ctx, NULL); in vn_closefile()
H A Dkpi_vfs.c5502 } else if (flags & F_OFD_LOCK) { in VNOP_ADVLOCK()
5511 (flags & (F_FLOCK | F_OFD_LOCK)) != 0) { in VNOP_ADVLOCK()