Home
last modified time | relevance | path

Searched refs:F_WAIT (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h412 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_lockf.c556 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
H A Dkern_descrip.c3024 flg |= F_WAIT; in sys_fcntl_nocancel()
5838 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_syscalls.c556 type |= F_WAIT; in fhopen()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_xattr.c2292 error = VNOP_ADVLOCK(xvp, (caddr_t)fg, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in open_xattrfile()
H A Dvfs_syscalls.c5003 type |= F_WAIT; in open1()