Searched refs:F_WAIT (Results 1 – 4 of 4) sorted by relevance
283 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
1404 if ((lock->lf_flags & F_WAIT) == 0 in lf_setlock()1457 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
599 flg |= F_WAIT; in kern_fcntl()3578 (uap->how & LOCK_NB) ? F_FLOCK : F_FLOCK | F_WAIT); in sys_flock()
352 type |= F_WAIT; in vn_open_vnode_advlock()