Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdsocket.c629 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()
Dnfs_nfsdport.c2934 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/
Dnlm_prot_impl.c1742 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()