Symbol: VV_ROOT
sys/cddl/compat/opensolaris/sys/vfs.h
57
#define VROOT VV_ROOT
sys/fs/autofs/autofs_vnops.c
687
vp->v_vflag |= VV_ROOT;
sys/fs/cd9660/cd9660_vfsops.c
841
vp->v_vflag |= VV_ROOT;
sys/fs/devfs/devfs_vfsops.c
216
vp->v_vflag |= VV_ROOT;
sys/fs/devfs/devfs_vnops.c
1086
if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT))
sys/fs/ext2fs/ext2_alloc.c
617
if (ITOV(pip)->v_vflag & VV_ROOT) {
sys/fs/ext2fs/ext2_vnops.c
1925
vp->v_vflag |= VV_ROOT;
sys/fs/fdescfs/fdesc_vfsops.c
111
rvp->v_vflag |= VV_ROOT;
sys/fs/fuse/fuse_internal.h
100
return ((vp->v_vflag & VV_ROOT) != 0);
sys/fs/fuse/fuse_node.c
170
vp->v_vflag |= VV_ROOT;
sys/fs/msdosfs/msdosfs_denode.c
224
nvp->v_vflag |= VV_ROOT; /* should be further down XXX */
sys/fs/msdosfs/msdosfs_denode.c
332
if (DETOV(dep)->v_vflag & VV_ROOT)
sys/fs/msdosfs/msdosfs_denode.c
386
if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
sys/fs/msdosfs/msdosfs_denode.c
513
if ((vp->v_vflag & VV_ROOT) != 0 && !FAT32(pmp))
sys/fs/msdosfs/msdosfs_lookup.c
185
if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' &&
sys/fs/msdosfs/msdosfs_vnops.c
371
if (vp->v_vflag & VV_ROOT)
sys/fs/nfsclient/nfs_clnode.c
160
vp->v_vflag |= VV_ROOT;
sys/fs/nfsclient/nfs_clport.c
258
vp->v_vflag |= VV_ROOT;
sys/fs/nfsclient/nfs_clvfsops.c
2011
vp->v_vflag |= VV_ROOT;
sys/fs/nfsserver/nfs_nfsdport.c
1576
if (vp->v_vflag & VV_ROOT)
sys/fs/nfsserver/nfs_nfsdport.c
2859
if ((vp->v_vflag & VV_ROOT) != 0
sys/fs/nfsserver/nfs_nfsdserv.c
346
(vp->v_vflag & VV_ROOT) != 0 &&
sys/fs/nullfs/null_subr.c
285
vp->v_vflag |= VV_ROOT;
sys/fs/nullfs/null_vnops.c
446
if ((ldvp->v_vflag & VV_ROOT) != 0) {
sys/fs/nullfs/null_vnops.c
447
KASSERT((dvp->v_vflag & VV_ROOT) == 0,
sys/fs/p9fs/p9fs_vfsops.c
202
if (vp->v_vflag & VV_ROOT)
sys/fs/p9fs/p9fs_vfsops.c
276
if (vp->v_vflag & VV_ROOT) {
sys/fs/p9fs/p9fs_vfsops.c
337
vp->v_vflag |= VV_ROOT;
sys/fs/p9fs/p9fs_vfsops.c
87
if (!(vp->v_vflag & VV_ROOT)) {
sys/fs/pseudofs/pseudofs_vncache.c
171
(*vpp)->v_vflag = VV_ROOT;
sys/fs/smbfs/smbfs_node.c
207
if (/*vp->v_type == VDIR &&*/ (dvp->v_vflag & VV_ROOT) == 0) {
sys/fs/smbfs/smbfs_vfsops.c
336
vp->v_vflag |= VV_ROOT;
sys/fs/smbfs/smbfs_vnops.c
1069
if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) {
sys/fs/smbfs/smbfs_vnops.c
241
SMBVDEBUG("%lx: '%s' %d\n", (long)vp, np->n_name, (vp->v_vflag & VV_ROOT) != 0);
sys/fs/tarfs/tarfs_vfsops.c
1108
nvp->v_vflag |= VV_ROOT;
sys/fs/tmpfs/tmpfs_subr.c
1082
vp->v_vflag |= VV_ROOT;
sys/fs/tmpfs/tmpfs_vfsops.c
580
(*vpp)->v_vflag |= VV_ROOT;
sys/fs/udf/udf_vfsops.c
712
vp->v_vflag |= VV_ROOT;
sys/fs/unionfs/union_subr.c
388
vp->v_vflag |= VV_ROOT;
sys/fs/unionfs/union_subr.c
389
KASSERT(dvp != NULL || (vp->v_vflag & VV_ROOT) != 0,
sys/fs/unionfs/union_subr.c
479
KASSERT(vp->v_vnlock->lk_recurse == 0 || (vp->v_vflag & VV_ROOT) != 0,
sys/fs/unionfs/union_subr.c
499
if (uvp != NULL && lvp != NULL && (vp->v_vflag & VV_ROOT) == 0) {
sys/fs/unionfs/union_vfsops.c
314
KASSERT((ump->um_rootvp->v_vflag & VV_ROOT) != 0,
sys/fs/unionfs/union_vnops.c
2263
(vp->v_vflag & VV_ROOT) != 0)
sys/fs/unionfs/union_vnops.c
86
if ((dvp->v_vflag & VV_ROOT) != 0)
sys/kern/kern_jail.c
2334
(pr->pr_root->v_vflag & VV_ROOT) == 0)
sys/kern/kern_jail.c
4083
if ((cred->cr_prison->pr_root->v_vflag & VV_ROOT) == 0)
sys/kern/uipc_mqueue.c
799
(*vpp)->v_vflag = VV_ROOT;
sys/kern/uipc_mqueue.c
895
if (dvp->v_vflag & VV_ROOT)
sys/kern/vfs_cache.c
3296
(nd.ni_vp->v_vflag & VV_ROOT) != 0) {
sys/kern/vfs_cache.c
3571
if ((vp->v_vflag & VV_ROOT) != 0) {
sys/kern/vfs_cache.c
3707
if ((vp->v_vflag & VV_ROOT) != 0) {
sys/kern/vfs_cache.c
4142
if (vp->v_vflag & VV_ROOT) {
sys/kern/vfs_cache.c
5419
if ((dvp->v_vflag & VV_ROOT) != 0) {
sys/kern/vfs_default.c
728
((*dvp)->v_vflag & VV_ROOT) &&
sys/kern/vfs_lookup.c
1283
if (isroot || ((dp->v_vflag & VV_ROOT) != 0 &&
sys/kern/vfs_lookup.c
1290
if ((dp->v_vflag & VV_ROOT) == 0)
sys/kern/vfs_lookup.c
1342
(dp->v_vflag & VV_ROOT) && (dp->v_mount != NULL) &&
sys/kern/vfs_mount.c
1337
if ((vp->v_vflag & VV_ROOT) == 0) {
sys/kern/vfs_mount.c
1680
if ((vp->v_vflag & VV_ROOT) != 0 &&
sys/kern/vfs_mount.c
1838
if ((vp->v_vflag & VV_ROOT) == 0 && vp->v_type != VNON &&
sys/kern/vfs_subr.c
4620
if (vp->v_vflag & VV_ROOT)
sys/kern/vfs_subr.c
4646
flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV |
sys/kern/vfs_syscalls.c
2066
if (vp->v_vflag & VV_ROOT)
sys/kern/vfs_syscalls.c
4079
if (vp->v_vflag & VV_ROOT) {
sys/kern/vfs_syscalls.c
4384
(vp->v_vflag & VV_ROOT) &&
sys/ufs/ufs/ufs_vnops.c
2771
vp->v_vflag |= VV_ROOT;