Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h418 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_lockf.c547 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
H A Dkern_descrip.c2997 flg |= F_WAIT; in sys_fcntl_nocancel()
5404 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_syscalls.c806 type |= F_WAIT; in fhopen()
H A Dnfs4_vnops.c4929 if ((op == F_SETLK) && (flags & F_WAIT)) { in nfs_vnop_advlock()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_xattr.c3428 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in lock_xattrfile()
H A Dvfs_syscalls.c4242 type |= F_WAIT; in open1()