Searched refs:F_WAIT (Results 1 – 7 of 7) sorted by relevance
418 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
547 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
2997 flg |= F_WAIT; in sys_fcntl_nocancel()5404 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
806 type |= F_WAIT; in fhopen()
4929 if ((op == F_SETLK) && (flags & F_WAIT)) { in nfs_vnop_advlock()
3428 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in lock_xattrfile()
4242 type |= F_WAIT; in open1()