Home
last modified time | relevance | path

Searched refs:VXLOCK (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/kern/
H A Dvfs_default.c90 if (vp->v_lflag & VXLOCK) { in vop_generic_revoke()
102 vp->v_lflag |= VXLOCK; in vop_generic_revoke()
121 vp->v_lflag &= ~VXLOCK; in vop_generic_revoke()
H A Dvfs_subr.c668 if (vp->v_lflag & VXLOCK) { in vget()
1049 if (vp->v_lflag & VXLOCK) in vclean()
1051 vp->v_lflag |= VXLOCK; in vclean()
1127 vp->v_lflag &= ~VXLOCK; in vclean()
1178 if (vp->v_lflag & VXLOCK) { in vgonel()
1337 if (vp->v_lflag & VXLOCK) in vprint()
H A Dvfs_vnops.c561 if (vp->v_lflag & VXLOCK) { in vn_lock()
575 xlocked = vp->v_lflag & VXLOCK; in vn_lock()
H A Dspec_vnops.c466 xlocked = (vp->v_lflag & VXLOCK); in spec_close()
/openbsd/sys/miscfs/deadfs/
H A Ddead_vnops.c261 while (vp->v_lflag & VXLOCK) { in chkvnlock()
/openbsd/sys/sys/
H A Dvnode.h144 #define VXLOCK 0x0100 /* vnode is locked to change underlying type */ macro
/openbsd/usr.sbin/pstat/
H A Dpstat.c491 if (flag & VXLOCK) in vnode_print()