Home
last modified time | relevance | path

Searched refs:VXWANT (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/kern/
H A Dvfs_default.c91 vp->v_lflag |= VXWANT; in vop_generic_revoke()
H A Dvfs_subr.c656 vp->v_lflag |= VXWANT; in vget()
1110 if (vp->v_lflag & VXWANT) { in vclean()
1111 vp->v_lflag &= ~VXWANT; in vclean()
1161 vp->v_lflag |= VXWANT; in vgonel()
1321 if (vp->v_lflag & VXWANT) in vprint()
H A Dvfs_vnops.c556 vp->v_lflag |= VXWANT; in vn_lock()
/openbsd/sys/miscfs/deadfs/
H A Ddead_vnops.c260 vp->v_lflag |= VXWANT; in chkvnlock()
/openbsd/sys/sys/
H A Dvnode.h145 #define VXWANT 0x0200 /* process is waiting for vnode */ macro
/openbsd/usr.sbin/pstat/
H A Dpstat.c493 if (flag & VXWANT) in vnode_print()