Home
last modified time | relevance | path

Searched refs:v_mflag (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_subr.c3045 if ((vp->v_mflag & VMP_LAZYLIST) != 0) in vlazy()
3054 if ((vp->v_mflag & VMP_LAZYLIST) == 0) { in vlazy()
3055 vp->v_mflag |= VMP_LAZYLIST; in vlazy()
3075 if (vp->v_mflag & VMP_LAZYLIST) { in vunlazy_gone()
3078 VNPASS(vp->v_mflag & VMP_LAZYLIST, vp); in vunlazy_gone()
3079 vp->v_mflag &= ~VMP_LAZYLIST; in vunlazy_gone()
3533 if (vp->v_mflag & VMP_LAZYLIST) { in vdrop_deactivate()
3544 vp->v_mflag &= ~VMP_LAZYLIST; in vdrop_deactivate()
4183 if (vp->v_mflag & VMP_LAZYLIST) in vn_printf()
4185 flags = vp->v_mflag & ~(VMP_LAZYLIST); in vn_printf()
[all …]
/f-stack/freebsd/sys/
H A Dvnode.h178 u_short v_mflag; /* l mnt-specific vnode flags */ member