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