Searched refs:acred (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth_unix.c60 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
62 return rpcauth_lookup_credcache(auth, acred, flags);
66 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
72 acred->uid, acred->gid);
84 int groups = acred->group_info->ngroups;
88 cred->uc_uid = acred->uid;
89 cred->uc_gid = acred->gid;
91 cred->uc_gids[i] = GROUP_AT(acred->group_info, i);
112 unx_match(struct auth_cred *acred, struc argument
[all...]
H A Dauth.c196 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, argument
207 nr = acred->uid & RPC_CREDCACHE_MASK;
215 if (entry->cr_ops->crmatch(acred, entry, flags)) {
237 new = auth->au_ops->crcreate(auth, acred, flags);
261 struct auth_cred acred = { local
270 get_group_info(acred.group_info);
271 ret = auth->au_ops->lookup_cred(auth, &acred, flags);
272 put_group_info(acred.group_info);
280 struct auth_cred acred = { local
290 get_group_info(acred
[all...]
H A Dauth_null.c37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
54 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4callback.c352 struct auth_cred acred; local
357 acred.uid = clp->cl_cred.cr_uid;
358 acred.gid = clp->cl_cred.cr_gid;
359 acred.group_info = clp->cl_cred.cr_group_info;
363 ret = rpcauth_lookup_credcache(clnt->cl_auth, &acred, taskflags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dauth_gss.c537 struct auth_cred acred = { .uid = uid }; local
539 cred = rpcauth_lookup_credcache(clnt->cl_auth, &acred, RPCAUTH_LOOKUP_NEW);
716 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
718 return rpcauth_lookup_credcache(auth, acred, flags);
722 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) argument
729 acred->uid, auth->au_flavor);
735 cred->gc_uid = acred->uid;
765 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) argument
780 return (rc->cr_uid == acred->uid);

Completed in 108 milliseconds