VROOT 953 isofs/cd9660/cd9660_vfsops.c vp->v_flag |= VROOT;
VROOT 469 isofs/udf/udf_vfsops.c vp->v_flag |= VROOT;
VROOT 327 kern/vfs_getcwd.c while (lvp->v_flag & VROOT) {
VROOT 435 kern/vfs_lookup.c if ((dp->v_flag & VROOT) == 0 ||
VROOT 1189 kern/vfs_subr.c if (vp->v_flag & VROOT)
VROOT 118 kern/vfs_syscalls.c if ((vp->v_flag & VROOT) == 0) {
VROOT 403 kern/vfs_syscalls.c if ((vp->v_flag & VROOT) == 0) {
VROOT 1363 kern/vfs_syscalls.c if (vp->v_flag & VROOT) {
VROOT 2287 kern/vfs_syscalls.c if (vp->v_flag & VROOT)
VROOT 116 miscfs/portal/portal_vfsops.c rvp->v_flag |= VROOT;
VROOT 295 miscfs/portal/portal_vnops.c if (vp->v_flag & VROOT)
VROOT 528 miscfs/portal/portal_vnops.c if (vp->v_flag & VROOT) {
VROOT 554 miscfs/portal/portal_vnops.c if (ap->a_vp->v_flag & VROOT)
VROOT 133 miscfs/procfs/procfs_subr.c vp->v_flag = VROOT;
VROOT 276 msdosfs/msdosfs_denode.c nvp->v_flag |= VROOT; /* should be further down XXX */
VROOT 404 msdosfs/msdosfs_denode.c if ((DETOV(dep)->v_flag & VROOT) && !FAT32(pmp)) {
VROOT 532 msdosfs/msdosfs_denode.c if ((DETOV(dep)->v_flag & VROOT) && !FAT32(pmp))
VROOT 156 msdosfs/msdosfs_lookup.c if ((vdp->v_flag & VROOT) && cnp->cn_nameptr[0] == '.' &&
VROOT 140 nfs/nfs_bio.c if ((vp->v_flag & VROOT) && vp->v_type == VLNK) {
VROOT 142 nfs/nfs_node.c vp->v_flag |= VROOT;
VROOT 1665 nfs/nfs_serv.c if (vp->v_flag & VROOT) {
VROOT 2293 nfs/nfs_serv.c if (vp->v_flag & VROOT)
VROOT 1115 ntfs/ntfs_vfsops.c vp->v_flag |= VROOT;
VROOT 191 ufs/ext2fs/ext2fs_subr.c vp->v_flag |= VROOT;
VROOT 934 ufs/ffs/ffs_alloc.c if (ITOV(pip)->v_flag & VROOT) {
VROOT 1820 ufs/ufs/ufs_vnops.c vp->v_flag |= VROOT;
VROOT 255 xfs/xfs_locl.h #define NNPFS_MAKE_VROOT(v) ((v)->v_flag |= VROOT)