Searched refs:auth_cred (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/include/linux/sunrpc/ |
D | auth.h | 38 struct auth_cred { struct 115 int (*hash_cred)(struct auth_cred *, unsigned int); 116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int); 117 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t); 130 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); 162 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t); 163 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
|
/linux-5.19.10/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 | 517 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 583 struct auth_cred acred; in rpcauth_lookupcred() 595 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() 613 struct auth_cred acred = { in rpcauth_bind_root_cred() 629 struct auth_cred acred = { in rpcauth_bind_machine_cred() 656 struct auth_cred acred = { in rpcauth_bindcred()
|
D | auth_unix.c | 44 struct auth_cred *acred, int flags) in unx_lookup_cred() 80 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in unx_match()
|
/linux-5.19.10/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1225 struct auth_cred acred = { in gss_dup_cred() 1335 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() 1344 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred() 1354 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in gss_create_cred() 1468 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1587 struct auth_cred acred = { in gss_renew_cred()
|
/linux-5.19.10/fs/nfs/ |
D | write.c | 1247 struct auth_cred acred = { in nfs_ctx_key_to_expire()
|