Searched defs:acred (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | auth_generic.c | 26 struct auth_cred acred; member 42 rpc_lookup_generic_cred(struct auth_cred *acred, int flags, gfp_t gfp) in rpc_lookup_generic_cred() 59 struct auth_cred acred = { in rpc_lookup_machine_cred() local 76 struct auth_cred *acred = &container_of(cred, struct generic_cred, gc_base)->acred; in generic_bind_cred() local 82 generic_hash_cred(struct auth_cred *acred, unsigned int hashbits) in generic_hash_cred() 93 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_lookup_cred() 99 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in generic_create_cred() 152 machine_cred_match(struct auth_cred *acred, struct generic_cred *gcred, int flags) in machine_cred_match() 166 generic_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in generic_match() 228 struct auth_cred *acred = &container_of(cred, struct generic_cred, in generic_key_timeout() local [all …]
|
D | auth_unix.c | 49 unx_hash_cred(struct auth_cred *acred, unsigned int hashbits) in unx_hash_cred() 60 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred() 66 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp) in unx_create_cred() 122 unx_match(struct auth_cred *acred, struct rpc_cred *rcred, int flags) in unx_match()
|
D | auth_null.c | 37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred() 56 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in nul_match()
|
D | auth.c | 548 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 626 struct auth_cred acred; in rpcauth_lookupcred() local 643 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred() 669 struct auth_cred acred = { in rpcauth_bind_root_cred() local
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1339 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() 1348 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() 1475 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match() 1586 struct auth_cred acred = { in gss_renew_cred() local
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4callback.c | 762 struct auth_cred acred = {}; in get_backchannel_cred() local
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 416 struct auth_cred acred = { .group_info = ff_zero_group }; in ff_layout_alloc_lseg() local
|