Searched refs:cr_cred (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/net/sunrpc/ |
D | auth_unix.c | 58 put_cred(rpc_cred->cr_cred); in unx_free_cred_callback() 77 if (cred->cr_cred == acred->cred) in unx_match() 80 …if (!uid_eq(cred->cr_cred->fsuid, acred->cred->fsuid) || !gid_eq(cred->cr_cred->fsgid, acred->cred… in unx_match() 87 if (cred->cr_cred->group_info == NULL) in unx_match() 89 if (groups != cred->cr_cred->group_info->ngroups) in unx_match() 93 if (!gid_eq(cred->cr_cred->group_info->gid[i], acred->cred->group_info->gid[i])) in unx_match() 109 struct group_info *gi = cred->cr_cred->group_info; in unx_marshal() 127 *p++ = cpu_to_be32(from_kuid_munged(userns, cred->cr_cred->fsuid)); in unx_marshal() 128 *p++ = cpu_to_be32(from_kgid_munged(userns, cred->cr_cred->fsgid)); in unx_marshal()
|
D | auth.c | 654 cred->cr_cred = get_cred(acred->cred); in rpcauth_init_cred()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | auth.h | 59 const struct cred *cr_cred; member
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | auth_gss.c | 577 kuid_t uid = cred->cr_cred->fsuid; in gss_setup_upcall() 646 cred->cr_cred->fsuid), err); in gss_refresh_upcall() 709 cred->cr_cred->fsuid), err); in gss_create_upcall() 1249 .cred = gss_cred->gc_base.cr_cred, in gss_dup_cred() 1341 put_cred(cred->cr_cred); in gss_destroy_nullcred() 1513 ret = uid_eq(rc->cr_cred->fsuid, acred->cred->fsuid); in gss_match() 1607 .cred = oldcred->cr_cred, in gss_renew_cred()
|