Searched refs:VROOT (Results 1 – 9 of 9) sorted by relevance
1463 if ((dp->v_flag & VROOT) == 0 ||1704 if (vp && vp->v_flag & VROOT) {1740 if (vp == NULLVP || vp->v_flag & VROOT) {
318 while ((tvp->v_flag & VROOT) && tmp && tmp->mnt_vnodecovered && in cache_check_vnode_issubdir()588 while (vp && vp->v_flag & VROOT) { in build_path_with_parent()870 if (!(tvp->v_flag & VROOT) || !tvp->v_mount) { in build_path_with_parent()1980 if ((dp->v_flag & VROOT) || in cache_lookup_path()
449 if (vp->v_mountedhere || (vp->v_flag & VROOT) != 0) { in fmount()1065 if ((vp->v_flag & VROOT) && in __mac_mount()1201 if ((vp->v_flag & VROOT) == 0) { in mount_common()2829 if ((vp->v_flag & VROOT) == 0) { in unmount()2873 if ((vp->v_flag & VROOT) == 0) { in funmount()6538 if ((vp->v_flag & VROOT) || (dvp->v_mount != vp->v_mount)) { in unlinkat_internal()9744 if ((fvp->v_flag & VROOT) && in renameat_internal()10577 if (vp->v_flag & VROOT) { in rmdirat_internal()15204 if ((vp->v_flag & VROOT) && (vp->v_mount->mnt_flag & MNT_ROOTFS)) { in snapshot_mount()
1667 if ((pmi->pm_rootvnode->v_flag & VROOT) != 0) { in vfs_switch_root()2900 if ((flags & SKIPROOT) && (vp->v_flag & VROOT)) { in vflush()3647 if (vp->v_flag & VROOT) { in vprint_internal()7052 vp->v_flag |= VROOT; in vnode_create_internal()11820 if ((vp->v_flag & VROOT)) { in __vpath()
2142 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) { in attr_pack_dir()
1930 return (vp->v_flag & VROOT)? 1 : 0; in vnode_isvroot()
283 #define VROOT 0x000001 /* root of its file system */ macro
432 new_rootvnode->v_flag |= VROOT; in set_rootvnode()
988 rootvnode->v_flag |= VROOT; in imageboot_mount_ramdisk()