Searched refs:new_mp (Results 1 – 2 of 2) sorted by relevance
719 mount_t new_mp, temp_mp = NULL; in nfsrvd_compound() local1245 new_mp = nvp->v_mount; in nfsrvd_compound()1246 if (fsidcmp(&cur_fsid, &new_mp->mnt_stat.f_fsid) != 0) { in nfsrvd_compound()1248 nd->nd_repstat = nfsvno_checkexp(new_mp, in nfsrvd_compound()1257 cur_fsid = new_mp->mnt_stat.f_fsid; in nfsrvd_compound()
2353 struct mount *mp, *new_mp; in nfsrvd_readdirplus() local2652 new_mp = mp; in nfsrvd_readdirplus()2716 new_mp = nvp->v_mountedhere; in nfsrvd_readdirplus()2717 r = vfs_busy(new_mp, 0); in nfsrvd_readdirplus()2721 r = VFS_ROOT(new_mp, in nfsrvd_readdirplus()2736 vfs_unbusy(new_mp); in nfsrvd_readdirplus()2762 if (new_mp == mp) in nfsrvd_readdirplus()2763 new_mp = nvp->v_mount; in nfsrvd_readdirplus()2787 vfs_unbusy(new_mp); in nfsrvd_readdirplus()2837 vfs_unbusy(new_mp); in nfsrvd_readdirplus()[all …]