Home
last modified time | relevance | path

Searched refs:v_mountedhere (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c1810 while (dp->v_mountedhere) {
1812 if ((mp = dp->v_mountedhere)) {
1907 mp = mounted_on_dp->v_mountedhere;
H A Dvfs_subr.c1772 pmi->pm_new_covered_vp->v_mountedhere = pmi->pm_mount; in vfs_switch_root()
1789 outgoing_vol_new_covered_vp->v_mountedhere = outgoing; in vfs_switch_root()
1806 incoming_vol_old_covered_vp->v_mountedhere = NULL; in vfs_switch_root()
1817 pmi->pm_old_covered_vp->v_mountedhere = NULL; in vfs_switch_root()
12266 (vp->v_mountedhere != NULL)) { in vnode_trigger_resolve()
12439 if ((mp->mnt_vnodecovered->v_mountedhere == mp) && in trigger_unmount_callback()
12464 if (mp == vp->v_mountedhere) { in trigger_unmount_callback()
12470 if (infop->trigger_mp != vp->v_mountedhere) { in trigger_unmount_callback()
12473 infop->trigger_mp, vp->v_mountedhere); in trigger_unmount_callback()
12481 vp->v_mountedhere ? vp->v_mountedhere->mnt_vfsstat.f_mntonname : in trigger_unmount_callback()
[all …]
H A Dvfs_syscalls.c449 if (vp->v_mountedhere || (vp->v_flag & VROOT) != 0) { in fmount()
1824 vp->v_mountedhere = mp; in mount_common()
2015 vp->v_mountedhere = (mount_t) 0; in mount_common()
2124 if (is_fmount && (ISSET(vp->v_flag, VMOUNT) || (vp->v_mountedhere != NULL))) { in prepare_coveredvp()
2127 (vp->v_mountedhere != NULL))) { in prepare_coveredvp()
2140 } else if (ISSET(vp->v_flag, VMOUNT) && (vp->v_mountedhere != NULL)) { in prepare_coveredvp()
2271 vp->v_mountedhere = mp; in place_mount_and_checkdirs()
2314 vp->v_mountedhere = (mount_t)NULL; in undo_place_on_covered_vp()
2755 err = VFS_ROOT(olddp->v_mountedhere, &newdp, ctx); in checkdirs()
3149 coveredvp->v_mountedhere = (struct mount *)0; in dounmount()
[all …]
H A Dvfs_cache.c2142 (mp = vp->v_mountedhere) && ((cnp->cn_flags & NOCROSSMOUNT) == 0)) { in cache_lookup_path()
H A Dkpi_vfs.c1890 if ((vp->v_type == VDIR) && ((mp = vp->v_mountedhere) != NULL) && in vnode_mountedhere()
2095 if (vp->v_mountedhere != NULL) { in vnode_lookup_continue_needed()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h234 #define v_mountedhere v_un.vu_mountedhere macro