Searched defs:acred (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/sunrpc/ | 
| D | auth_null.c | 37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in nul_lookup_cred()54 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags)  in nul_match()
 
 | 
| D | auth.c | 566 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,  in rpcauth_lookup_credcache()632 	struct auth_cred acred;  in rpcauth_lookupcred()  local
 644 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred,  in rpcauth_init_cred()
 662 	struct auth_cred acred = {  in rpcauth_bind_root_cred()  local
 676 	struct auth_cred acred = {  in rpcauth_bind_machine_cred()  local
 701 	struct auth_cred acred = {  in rpcauth_bindcred()  local
 
 | 
| D | auth_unix.c | 44 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in unx_lookup_cred()72 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags)  in unx_match()
 
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | auth_gss.c | 1248 		struct auth_cred acred = {  in gss_dup_cred()  local1358 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits)  in gss_hash_cred()
 1367 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)  in gss_lookup_cred()
 1373 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp)  in gss_create_cred()
 1487 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags)  in gss_match()
 1606 	struct auth_cred acred = {  in gss_renew_cred()  local
 
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | write.c | 1259 	struct auth_cred acred = {  in nfs_ctx_key_to_expire()  local
 |