Lines Matching refs:nr_cred
195 * Use the credential in nr_cred, if not NULL.
197 if (nrp->nr_cred != NULL)
198 td->td_ucred = nrp->nr_cred;
556 * The system uid is in the nmp->nm_sockreq.nr_cred
563 KASSERT(nmp->nm_sockreq.nr_cred != NULL,
564 ("newnfs_request: NULL nr_cred"));
566 authcred = crhold(nmp->nm_sockreq.nr_cred);
575 * The system uid is in the nmp->nm_sockreq.nr_cred
578 KASSERT(nmp->nm_sockreq.nr_cred != NULL,
579 ("newnfs_request: NULL nr_cred"));
581 authcred = crhold(nmp->nm_sockreq.nr_cred);
597 * The credentials in nm_sockreq.nr_cred were used for the
600 KASSERT(nmp->nm_sockreq.nr_cred != NULL,
601 ("newnfs_request: NULL nr_cred"));
603 authcred = crhold(nmp->nm_sockreq.nr_cred);