Searched refs:new_mp (Results 1 – 2 of 2) sorted by relevance
715 mount_t new_mp, temp_mp = NULL; in nfsrvd_compound() local1216 new_mp = nvp->v_mount; in nfsrvd_compound()1217 if (fsidcmp(&cur_fsid, &new_mp->mnt_stat.f_fsid) != 0) { in nfsrvd_compound()1219 nd->nd_repstat = nfsvno_checkexp(new_mp, in nfsrvd_compound()1228 cur_fsid = new_mp->mnt_stat.f_fsid; in nfsrvd_compound()
2363 struct mount *mp, *new_mp; in nfsrvd_readdirplus() local2663 new_mp = mp; in nfsrvd_readdirplus()2728 new_mp = nvp->v_mountedhere; in nfsrvd_readdirplus()2729 r = vfs_busy(new_mp, 0); in nfsrvd_readdirplus()2733 r = VFS_ROOT(new_mp, in nfsrvd_readdirplus()2748 vfs_unbusy(new_mp); in nfsrvd_readdirplus()2774 if (new_mp == mp) in nfsrvd_readdirplus()2775 new_mp = nvp->v_mount; in nfsrvd_readdirplus()2799 vfs_unbusy(new_mp); in nfsrvd_readdirplus()2849 vfs_unbusy(new_mp); in nfsrvd_readdirplus()[all …]