Home
last modified time | relevance | path

Searched refs:VT_NON (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dvfscache.h107 VT_NON, VT_UFS, VT_NFS, VT_MFS, VT_UNUSED4, VT_UNUSED5, VT_UNUSED6, enumerator
/dragonfly/sys/vm/
H A Dvm_swap.c271 error = getspecialvnode(VT_NON, NULL, &swapdev_vnode_vops_p, in swaponvp()
/dragonfly/usr.bin/fstat/
H A Dfstat.c483 if (vn.v_type == VNON || vn.v_tag == VT_NON) { in vtrans()
/dragonfly/sys/kern/
H A Dvfs_subr.c1170 error = getspecialvnode(VT_NON, NULL, &devfs_vnode_dev_vops_p, in bdevvp()
1389 vp->v_tag = VT_NON; in vclean_vxlocked()