Home
last modified time | relevance | path

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

/freebsd/sys/dev/beri/virtio/
H A Dvirtio_block.c217 sc->vnode->v_vflag &= ~VV_MD; in close_file()
261 nd.ni_vp->v_vflag |= VV_MD; in open_file()
/freebsd/sys/dev/md/
H A Dmd.c1467 nd.ni_vp->v_vflag |= VV_MD; in mdcreate_vnode()
1486 nd.ni_vp->v_vflag &= ~VV_MD; in mdcreate_vnode()
1536 sc->vnode->v_vflag &= ~VV_MD; in mddestroy()
/freebsd/sys/sys/
H A Dvnode.h268 #define VV_MD 0x0800 /* vnode backs the md device */ macro
/freebsd/sys/kern/
H A Dvfs_bio.c2334 vp_md = vp->v_vflag & VV_MD; in bufwrite()
3361 if (vp == NULL || (vp->v_vflag & (VV_MD | VV_SYSTEM)) != 0 || in getnewbuf()
H A Dvfs_subr.c4527 if (vp->v_vflag & VV_MD) in vn_printf()
4535 VV_PROCDEP | VV_DELETED | VV_MD | VV_FORCEINSMQ | VV_READLINK); in vn_printf()