Home
last modified time | relevance | path

Searched refs:VV_MD (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h269 #define VV_MD 0x0800 /* vnode backs the md device */ macro
/f-stack/freebsd/kern/
H A Dvfs_bio.c2264 vp_md = vp->v_vflag & VV_MD; in bufwrite()
3289 if (vp == NULL || (vp->v_vflag & (VV_MD | VV_SYSTEM)) != 0 || in getnewbuf()
H A Dvfs_subr.c4153 if (vp->v_vflag & VV_MD) in vn_printf()
4161 VV_PROCDEP | VV_NOKNOTE | VV_DELETED | VV_MD | VV_FORCEINSMQ | in vn_printf()