Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dvfscache.h111 VT_HAMMER, VT_HAMMER2, VT_DEVFS, VT_TMPFS, VT_AUTOFS, VT_FUSE enumerator
/dragonfly/usr.bin/fstat/
H A Dfstat.c532 case VT_DEVFS: in vtrans()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_core.c337 if ((error = getnewvnode(VT_DEVFS, node->mp, vpp, 0, 0)) != 0) { in devfs_allocv()