Searched refs:credanon (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdsocket.c | 629 struct ucred *credanon; in nfsrvd_compound() local 999 nd->nd_nam, &nes, &credanon); in nfsrvd_compound() 1002 &nes, credanon); in nfsrvd_compound() 1003 if (credanon != NULL) in nfsrvd_compound() 1004 crfree(credanon); in nfsrvd_compound()
|
| D | nfs_nfsdport.c | 2934 struct ucred *credanon) in nfsd_excred() argument 2978 nd->nd_cred->cr_uid = credanon->cr_uid; in nfsd_excred() 2979 nd->nd_cred->cr_gid = credanon->cr_gid; in nfsd_excred() 2980 crsetgroups(nd->nd_cred, credanon->cr_ngroups, in nfsd_excred() 2981 credanon->cr_groups); in nfsd_excred() 3088 struct ucred *credanon; in nfsd_fhtovp() local 3117 &credanon); in nfsd_fhtovp() 3168 nd->nd_repstat = nfsd_excred(nd, exp, credanon); in nfsd_fhtovp() 3172 if (credanon != NULL) in nfsd_fhtovp() 3173 crfree(credanon); in nfsd_fhtovp() [all …]
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot_impl.c | 1742 struct ucred *cred = NULL, *credanon = NULL; in nlm_get_vfs_state() local 1754 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1778 cred = credanon; in nlm_get_vfs_state() 1779 credanon = NULL; in nlm_get_vfs_state() 1807 if (credanon) in nlm_get_vfs_state() 1808 crfree(credanon); in nlm_get_vfs_state()
|