Searched refs:credanon (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdsocket.c | 720 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 D | nfs_nfsdport.c | 3528 struct ucred *credanon, bool testsec) in nfsd_excred() argument 3566 nd->nd_cred->cr_uid = credanon->cr_uid; in nfsd_excred() 3567 nd->nd_cred->cr_gid = credanon->cr_gid; in nfsd_excred() 3568 crsetgroups(nd->nd_cred, credanon->cr_ngroups, in nfsd_excred() 3569 credanon->cr_groups); in nfsd_excred() 3682 struct ucred *credanon; in nfsd_fhtovp() local 3711 &credanon); in nfsd_fhtovp() 3771 nd->nd_repstat = nfsd_excred(nd, exp, credanon, in nfsd_fhtovp() 3776 if (credanon != NULL) in nfsd_fhtovp() 3777 crfree(credanon); in nfsd_fhtovp() [all …]
|
| /freebsd/sys/nlm/ |
| H A D | nlm_prot_impl.c | 1761 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()
|