Lines Matching defs:credanon
2634 struct ucred *credanon)
2678 nd->nd_cred->cr_uid = credanon->cr_uid;
2679 nd->nd_cred->cr_gid = credanon->cr_gid;
2680 crsetgroups(nd->nd_cred, credanon->cr_ngroups,
2681 credanon->cr_groups);
2766 * - if cred->cr_uid == 0 or MNT_EXPORTANON set it to credanon
2777 struct ucred *credanon;
2799 &credanon);
2849 nd->nd_repstat = nfsd_excred(nd, exp, credanon);
2853 if (credanon != NULL)
2854 crfree(credanon);
3053 struct ucred *credanon;
3057 &credanon, &numsecflavor, &secflavors);
3062 if (credanon != NULL)
3063 crfree(credanon);