Home
last modified time | relevance | path

Searched refs:F_WAIT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dfcntl.h283 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/f-stack/freebsd/kern/
H A Dkern_lockf.c1404 if ((lock->lf_flags & F_WAIT) == 0 in lf_setlock()
1457 if ((lock->lf_flags & F_WAIT) == 0) { in lf_setlock()
H A Dkern_descrip.c599 flg |= F_WAIT; in kern_fcntl()
3578 (uap->how & LOCK_NB) ? F_FLOCK : F_FLOCK | F_WAIT); in sys_flock()
H A Dvfs_vnops.c352 type |= F_WAIT; in vn_open_vnode_advlock()