Searched refs:VV_MD (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/md/
H A Dmd.c1162 nd.ni_vp->v_vflag |= VV_MD;
1178 nd.ni_vp->v_vflag &= ~VV_MD;
1217 sc->vnode->v_vflag &= ~VV_MD;
/freebsd-9.3-release/sys/kern/
H A Dvfs_cluster.c849 ((bp = (vp->v_vflag & VV_MD) != 0 ?
H A Dvfs_bio.c1088 vp_md = vp->v_vflag & VV_MD;
2446 if (vp == NULL || (vp->v_vflag & (VV_MD | VV_SYSTEM)) != 0 ||
H A Dvfs_subr.c2985 if (vp->v_vflag & VV_MD)
2986 strlcat(buf, "|VV_MD", sizeof(buf));
2991 VV_NOKNOTE | VV_DELETED | VV_MD | VV_FORCEINSMQ);
/freebsd-9.3-release/sys/sys/
H A Dvnode.h252 #define VV_MD 0x0800 /* vnode backs the md device */ macro

Completed in 127 milliseconds