Home
last modified time | relevance | path

Searched refs:credanon (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c720 struct ucred *credanon, *rootcred, *savecred; in nfsrvd_compound() local
1249 nd->nd_nam, &nes, &credanon); in nfsrvd_compound()
1252 &nes, credanon, true); in nfsrvd_compound()
1253 if (credanon != NULL) in nfsrvd_compound()
1254 crfree(credanon); in nfsrvd_compound()
H A Dnfs_nfsdport.c3275 struct ucred *credanon, bool testsec) in nfsd_excred() argument
3313 nd->nd_cred->cr_uid = credanon->cr_uid; in nfsd_excred()
3319 crsetgroups(nd->nd_cred, credanon->cr_ngroups, in nfsd_excred()
3320 credanon->cr_groups); in nfsd_excred()
3433 struct ucred *credanon; in nfsd_fhtovp() local
3462 &credanon); in nfsd_fhtovp()
3513 nd->nd_repstat = nfsd_excred(nd, exp, credanon, in nfsd_fhtovp()
3518 if (credanon != NULL) in nfsd_fhtovp()
3519 crfree(credanon); in nfsd_fhtovp()
3742 struct ucred *credanon; in nfsvno_v4rootexport() local
[all …]
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1761 struct ucred *cred = NULL, *credanon = NULL; in nlm_get_vfs_state() local
1773 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state()
1797 cred = credanon; in nlm_get_vfs_state()
1798 credanon = NULL; in nlm_get_vfs_state()
1822 if (credanon) in nlm_get_vfs_state()
1823 crfree(credanon); in nlm_get_vfs_state()