Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dauth_generic.c26 struct auth_cred acred;
52 struct auth_cred acred = { in rpc_lookup_machine_cred()
69 struct auth_cred *acred = &container_of(cred, struct generic_cred, gc_base)->acred; in generic_bind_cred()
78 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_lookup_cred()
84 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in generic_create_cred()
137 machine_cred_match(struct auth_cred *acred, struct generic_cred *gcred, int flags) in machine_cred_match()
151 generic_match(struct auth_cred *acred, struct rpc_cred *cred, int flags) in generic_match()
213 struct auth_cred *acred = &container_of(cred, struct generic_cred, in generic_key_timeout()
273 struct auth_cred *acred = &container_of(cred, struct generic_cred, in generic_key_to_expire()
Dauth_null.c36 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred()
55 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in nul_match()
Dauth_unix.c55 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_lookup_cred()
61 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in unx_create_cred()
117 unx_match(struct auth_cred *acred, struct rpc_cred *rcred, int flags) in unx_match()
Dauth.c545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache()
623 struct auth_cred acred; in rpcauth_lookupcred()
640 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-4.4.14/include/linux/sunrpc/
Dauth.h40 struct auth_cred { struct
122 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
123 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
137 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
174 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
175 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c1300 gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_lookup_cred()
1306 gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in gss_create_cred()
1427 gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags) in gss_match()
1538 struct auth_cred acred = { in gss_renew_cred()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c341 struct auth_cred acred = { in ff_layout_update_mirror_cred()
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c705 struct auth_cred acred = {}; in get_backchannel_cred()