Searched refs:F_WAIT (Results 1 – 6 of 6) sorted by relevance
455 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
556 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
3015 flg |= F_WAIT; in sys_fcntl_nocancel()5799 (how & LOCK_NB ? F_FLOCK : F_FLOCK | F_WAIT), in sys_flock()
554 type |= F_WAIT; in fhopen()
3250 &lf, F_FLOCK | F_WAIT, context, NULL))) { in open_xattrfile()
4707 type |= F_WAIT; in open1()