Searched refs:origsvp (Results 1 – 1 of 1) sorted by relevance
2123 restore_svp(mntinfo4_t *mi, servinfo4_t *svp, servinfo4_t *origsvp) in restore_svp() argument2127 if (strcmp(svp->sv_hostname, origsvp->sv_hostname) != 0) { in restore_svp()2135 tmpsrv = copy_svp(origsvp); in restore_svp()2144 } else if (origsvp->sv_pathlen != svp->sv_pathlen) { in restore_svp()2154 kmem_alloc(origsvp->sv_pathlen, KM_SLEEP); in restore_svp()2155 svp->sv_pathlen = origsvp->sv_pathlen; in restore_svp()2156 bcopy(origsvp->sv_path, svp->sv_path, in restore_svp()2157 origsvp->sv_pathlen); in restore_svp()2176 struct servinfo4 *svp, *origsvp; in nfs4_remap_root() local2206 origsvp = copy_svp(svp); in nfs4_remap_root()[all …]