Lines Matching refs:new_mp
2462 struct mount *mp, *new_mp; in nfsrvd_readdirplus() local
2764 new_mp = mp; in nfsrvd_readdirplus()
2836 new_mp = nvp->v_mountedhere; in nfsrvd_readdirplus()
2837 r = vfs_busy(new_mp, 0); in nfsrvd_readdirplus()
2841 r = VFS_ROOT(new_mp, in nfsrvd_readdirplus()
2856 vfs_unbusy(new_mp); in nfsrvd_readdirplus()
2882 if (new_mp == mp) in nfsrvd_readdirplus()
2883 new_mp = nvp->v_mount; in nfsrvd_readdirplus()
2907 vfs_unbusy(new_mp); in nfsrvd_readdirplus()
2980 vfs_unbusy(new_mp); in nfsrvd_readdirplus()
2984 dirlen += nfsvno_fillattr(nd, new_mp, in nfsrvd_readdirplus()
2991 dirlen += nfsvno_fillattr(nd, new_mp, in nfsrvd_readdirplus()
3003 vfs_unbusy(new_mp); in nfsrvd_readdirplus()