Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvnode.h260 #define VV_ETERNALDEV 0x0008 /* device that is never destroyed */ macro
/freebsd/sys/kern/
H A Dkern_conf.c212 if ((vp->v_vflag & VV_ETERNALDEV) != 0) { in devvn_refthread()
H A Dvfs_subr.c4513 if (vp->v_vflag & VV_ETERNALDEV) in vn_printf()
4533 flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV | in vn_printf()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c605 vp->v_vflag |= VV_ETERNALDEV; in devfs_allocv()