Searched refs:F_WAIT (Results 1 – 6 of 6) sorted by relevance
450 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
556 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
2997 flg |= F_WAIT; in sys_fcntl_nocancel()5766 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
554 type |= F_WAIT; in fhopen()
3429 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in lock_xattrfile()
4698 type |= F_WAIT; in open1()