Searched refs:v_mountedhere (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1183 while ((dp->v_type == VDIR) && dp->v_mountedhere &&
1195 if ((dp->v_type == VDIR) && (mp = dp->v_mountedhere)) {
1261 mp = mounted_on_dp->v_mountedhere;
H A Dvfs_subr.c8401 (vp->v_mountedhere != NULL)) {
8555 if ((mp->mnt_vnodecovered->v_mountedhere == mp) &&
8578 if (mp == vp->v_mountedhere) {
8584 if (infop->trigger_mp != vp->v_mountedhere) {
8587 infop->trigger_mp, vp->v_mountedhere);
8595 vp->v_mountedhere ? vp->v_mountedhere->mnt_vfsstat.f_mntonname :
8608 if (infop->trigger_vp->v_mountedhere == mp) {
8639 if ((mp->mnt_vnodecovered->v_mountedhere == mp) &&
8668 if (info.trigger_mp == vp->v_mountedhere) {
[all...]
H A Dvfs_syscalls.c830 vp->v_mountedhere = mp;
837 * vp->v_mountedhere->mnt_realrootvp
989 vp->v_mountedhere = (mount_t) 0;
1064 if (ISSET(vp->v_flag, VMOUNT) && (vp->v_mountedhere != NULL)) {
1163 * Clear VMOUNT, set v_mountedhere, and mnt_vnodecovered, ref the vnode,
1175 vp->v_mountedhere = mp;
1182 * vp->v_mountedhere->mnt_realrootvp
1214 vp->v_mountedhere = (mount_t)NULL;
1494 /* Rele the vp, clear VMOUNT and v_mountedhere */
1618 err = VFS_ROOT(olddp->v_mountedhere,
[all...]
H A Dvfs_cache.c1172 if ( (mp = vp->v_mountedhere) && ((cnp->cn_flags & NOCROSSMOUNT) == 0)) {
H A Dkpi_vfs.c1624 if ((vp->v_type == VDIR) && ((mp = vp->v_mountedhere) != NULL) &&
1815 if (vp->v_mountedhere != NULL) {
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c558 vp->v_mountedhere = mp;
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h200 #define v_mountedhere v_un.vu_mountedhere macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1310 vp->v_mountedhere = mp;

Completed in 116 milliseconds