Home | History | Annotate | Download | only in nfs

Lines Matching refs:r_nmp

113 	sotype = rep->r_nmp->nm_sotype;
124 error = nfs_sndlock(rep->r_nmp, rep);
138 nfs_sndunlock(rep->r_nmp);
141 so = rep->r_nmp->nm_so;
145 nfs_sndunlock(rep->r_nmp);
155 error = nfs_send(so, rep->r_nmp->nm_nam, m, rep, l);
159 nfs_sndunlock(rep->r_nmp);
165 nfs_sndunlock(rep->r_nmp);
187 if (rep->r_rexmit >= rep->r_nmp->nm_retry) {
205 rep->r_nmp->nm_mountp->mnt_stat.f_mntfromname);
219 rep->r_nmp->nm_mountp->mnt_stat.f_mntfromname);
235 rep->r_nmp->nm_mountp->mnt_stat.f_mntfromname);
274 rep->r_nmp->nm_mountp->mnt_stat.f_mntfromname);
275 error = nfs_sndlock(rep->r_nmp, rep);
281 nfs_sndunlock(rep->r_nmp);
284 if ((so = rep->r_nmp->nm_so) == NULL)
297 int intr = nfs_sigintr(rep->r_nmp, rep, l);
323 struct nfsmount *nmp = myrep->r_nmp;
532 rep->r_nmp = nmp;
988 if (rep->r_nmp->nm_flag & NFSMNT_INT)
994 if (rep && nfs_sigintr(rep->r_nmp, rep, l)) {