Symbol: VV_ROOT
sys/coda/coda_vfsops.c
263
rtvp->v_vflag |= VV_ROOT;
sys/coda/coda_vfsops.c
324
mi->mi_rootvp->v_vflag &= ~VV_ROOT;
sys/dev/fss.c
715
if ((vp->v_vflag & VV_ROOT) != VV_ROOT) {
sys/fs/adosfs/adlookup.c
130
if (vdp->v_type == VDIR && (vdp->v_vflag & VV_ROOT))
sys/fs/adosfs/advfsops.c
423
vp->v_vflag |= VV_ROOT;
sys/fs/autofs/autofs_vfsops.c
325
vp->v_vflag |= VV_ROOT;
sys/fs/cd9660/cd9660_vfsops.c
892
vp->v_vflag |= VV_ROOT;
sys/fs/efs/efs_vfsops.c
415
vp->v_vflag |= VV_ROOT;
sys/fs/filecorefs/filecore_node.c
195
vp->v_vflag |= VV_ROOT;
sys/fs/hfs/hfs_subr.c
92
vp->v_vflag |= VV_ROOT;
sys/fs/msdosfs/msdosfs_denode.c
320
vp->v_vflag |= VV_ROOT;
sys/fs/msdosfs/msdosfs_denode.c
368
if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
sys/fs/msdosfs/msdosfs_denode.c
488
if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp))
sys/fs/msdosfs/msdosfs_lookup.c
173
if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' &&
sys/fs/msdosfs/msdosfs_rename.c
672
if ((vp->v_vflag & VV_ROOT) != 0) {
sys/fs/nfs/client/nfs_clnode.c
160
vp->v_vflag |= VV_ROOT;
sys/fs/nfs/client/nfs_clport.c
249
vp->v_vflag |= VV_ROOT;
sys/fs/nfs/client/nfs_clvfsops.c
1734
vp->v_vflag |= VV_ROOT;
sys/fs/nfs/server/nfs_nfsdport.c
1111
if (vp->v_vflag & VV_ROOT)
sys/fs/nfs/server/nfs_nfsdport.c
2139
if ((vp->v_vflag & VV_ROOT) != 0
sys/fs/nfs/server/nfs_nfsdserv.c
253
(vp->v_vflag & VV_ROOT) != 0 &&
sys/fs/nilfs/nilfs_vfsops.c
1045
KASSERT(error != 0 || ((*vpp)->v_vflag & VV_ROOT));
sys/fs/nilfs/nilfs_vfsops.c
1180
vp->v_vflag |= VV_ROOT;
sys/fs/ntfs/ntfs_vfsops.c
807
vp->v_vflag |= VV_ROOT;
sys/fs/ptyfs/ptyfs_vfsops.c
435
vp->v_vflag = VV_ROOT;
sys/fs/puffs/puffs_vfsops.c
769
vp->v_vflag |= VV_ROOT;
sys/fs/puffs/puffs_vnops.c
1322
if (PUFFS_USE_FS_TTL(pmp) && !(vp->v_vflag & VV_ROOT) && !recycle) {
sys/fs/puffs/puffs_vnops.c
1418
if (vp->v_vflag & VV_ROOT) {
sys/fs/puffs/puffs_vnops.c
1450
KASSERT(vp->v_type == VNON || (vp->v_vflag & VV_ROOT));
sys/fs/sysvbfs/sysvbfs_vfsops.c
348
vp->v_vflag |= VV_ROOT;
sys/fs/tmpfs/tmpfs_subr.c
137
vp->v_vflag |= VV_ROOT;
sys/fs/tmpfs/tmpfs_subr.c
246
vp->v_vflag |= VV_ROOT;
sys/fs/udf/udf_subr.c
5406
vp->v_vflag |= VV_ROOT;
sys/fs/udf/udf_vfsops.c
770
KASSERT(vp->v_vflag & VV_ROOT);
sys/fs/union/union_subr.c
591
vp->v_vflag |= VV_ROOT;
sys/fs/union/union_vnops.c
265
while ((dvp != udvp) && (dvp->v_vflag & VV_ROOT)) {
sys/fs/unionfs/unionfs_subr.c
128
vp->v_vflag |= VV_ROOT;
sys/fs/v7fs/v7fs_vfsops.c
465
vp->v_vflag |= VV_ROOT;
sys/kern/vfs_cache.c
1069
KASSERT((rvp->v_vflag & VV_ROOT) != 0);
sys/kern/vfs_getcwd.c
250
if ((uvp->v_vflag & VV_ROOT) &&
sys/kern/vfs_getcwd.c
327
if (lvp->v_vflag & VV_ROOT) {
sys/kern/vfs_getcwd.c
337
while (lvp->v_vflag & VV_ROOT) {
sys/kern/vfs_getcwd.c
357
if (lvp->v_vflag & VV_ROOT)
sys/kern/vfs_lookup.c
1141
if ((searchdir->v_vflag & VV_ROOT) == 0 ||
sys/kern/vfs_lookup.c
1191
(searchdir->v_vflag & VV_ROOT) &&
sys/kern/vfs_lookup.c
1309
if ((searchdir->v_vflag & VV_ROOT) != 0 &&
sys/kern/vfs_lookup.c
1354
if ((searchdir->v_vflag & VV_ROOT) != 0 &&
sys/kern/vfs_syscalls.c
2913
if ((vp->v_vflag & VV_ROOT) != 0) {
sys/kern/vfs_syscalls.c
350
if ((vp->v_vflag & VV_ROOT) == 0) {
sys/kern/vfs_syscalls.c
529
if ((vp->v_vflag & VV_ROOT) == 0)
sys/kern/vfs_syscalls.c
721
if ((vp->v_vflag & VV_ROOT) == 0) {
sys/kern/vfs_vnode.c
1987
vp->v_vflag &= ~VV_ROOT;
sys/kern/vfs_vnops.c
626
if (count == auio.uio_resid && (vp->v_vflag & VV_ROOT) &&
sys/miscfs/fdesc/fdesc_vfsops.c
194
vp->v_vflag |= VV_ROOT;
sys/miscfs/kernfs/kernfs_vfsops.c
276
vp->v_vflag = VV_ROOT;
sys/miscfs/nullfs/null_vfsops.c
174
vp->v_vflag |= VV_ROOT;
sys/miscfs/overlay/overlay_vfsops.c
187
vp->v_vflag |= VV_ROOT;
sys/miscfs/procfs/procfs_vfsops.c
325
vp->v_vflag |= VV_ROOT;
sys/miscfs/umapfs/umap_vfsops.c
246
vp->v_vflag |= VV_ROOT;
sys/nfs/nfs_bio.c
141
if ((vp->v_vflag & VV_ROOT) && vp->v_type == VLNK) {
sys/nfs/nfs_serv.c
1857
if (vp->v_vflag & VV_ROOT) {
sys/nfs/nfs_serv.c
2588
if (vp->v_vflag & VV_ROOT)
sys/nfs/nfs_vfsops.c
807
vp->v_vflag |= VV_ROOT;
sys/rump/librump/rumpvfs/rumpfs.c
1877
rfsmp->rfsmp_rvp->v_vflag |= VV_ROOT;
sys/ufs/chfs/chfs_vfsops.c
504
vp->v_vflag |= VV_ROOT;
sys/ufs/ext2fs/ext2fs_vnops.c
970
vp->v_vflag |= VV_ROOT;
sys/ufs/ffs/ffs_alloc.c
660
if (ITOV(pip)->v_vflag & VV_ROOT) {
sys/ufs/lfs/ulfs_vnops.c
1210
vp->v_vflag |= VV_ROOT;
sys/ufs/ufs/ufs_vnops.c
2210
vp->v_vflag |= VV_ROOT;
usr.bin/pmap/pmap.c
874
(vi.vi_vnode.v_vflag & VV_ROOT) != 0)
usr.bin/pmap/pmap.c
896
return (vi.vi_vnode.v_vflag & VV_ROOT);
usr.sbin/pstat/pstat.c
386
{ VV_ROOT, 'R' },