Searched refs:savecred (Results 1 – 1 of 1) sorted by relevance
720 struct ucred *credanon, *rootcred, *savecred; in nfsrvd_compound() local731 rootcred = savecred = NULL; in nfsrvd_compound()988 if (savecred == NULL) in nfsrvd_compound()989 savecred = nd->nd_cred; in nfsrvd_compound()991 } else if (savecred != NULL) { in nfsrvd_compound()992 nd->nd_cred = savecred; in nfsrvd_compound()993 savecred = NULL; in nfsrvd_compound()1409 if (savecred != NULL) in nfsrvd_compound()1410 nd->nd_cred = savecred; in nfsrvd_compound()