Home
last modified time | relevance | path

Searched refs:auth_cred (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_generic.c26 struct auth_cred acred;
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()
76 struct auth_cred *acred = &container_of(cred, struct generic_cred, gc_base)->acred; in generic_bind_cred()
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()
[all …]
Dauth_unix.c49 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()
Dauth_null.c37 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()
Dauth.c548 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache()
626 struct auth_cred acred; in rpcauth_lookupcred()
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()
/Linux-v4.19/include/linux/sunrpc/
Dauth.h48 struct auth_cred { struct
132 int (*hash_cred)(struct auth_cred *, unsigned int);
133 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
134 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
148 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
174 struct rpc_cred * rpc_lookup_generic_cred(struct auth_cred *, int, gfp_t);
186 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
187 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1339 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()
/Linux-v4.19/fs/nfsd/
Dnfs4callback.c762 struct auth_cred acred = {}; in get_backchannel_cred()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c416 struct auth_cred acred = { .group_info = ff_zero_group }; in ff_layout_alloc_lseg()