Home
last modified time | relevance | path

Searched refs:VROOT (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c1463 if ((dp->v_flag & VROOT) == 0 ||
1704 if (vp && vp->v_flag & VROOT) {
1740 if (vp == NULLVP || vp->v_flag & VROOT) {
H A Dvfs_cache.c318 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()
H A Dvfs_syscalls.c449 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()
H A Dvfs_subr.c1667 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()
H A Dvfs_attrlist.c2142 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) { in attr_pack_dir()
H A Dkpi_vfs.c1930 return (vp->v_flag & VROOT)? 1 : 0; in vnode_isvroot()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h283 #define VROOT 0x000001 /* root of its file system */ macro
/xnu-12377.41.6/bsd/kern/
H A Dbsd_init.c432 new_rootvnode->v_flag |= VROOT; in set_rootvnode()
H A Dimageboot.c988 rootvnode->v_flag |= VROOT; in imageboot_mount_ramdisk()