Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h445 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_lockf.c559 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
H A Dkern_descrip.c2986 flg |= F_WAIT; in sys_fcntl_nocancel()
5692 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_syscalls.c552 type |= F_WAIT; in fhopen()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_xattr.c3435 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in lock_xattrfile()
H A Dvfs_syscalls.c4641 type |= F_WAIT; in open1()