Searched refs:rpc_auth (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 60 struct rpc_auth; 66 struct rpc_auth * cr_auth; 89 struct rpc_auth { struct 128 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, 130 void (*destroy)(struct rpc_auth *); 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); 139 int (*key_timeout)(struct rpc_auth *, 145 int (*cr_init)(struct rpc_auth *, struct rpc_cred *); 178 struct rpc_auth * rpcauth_create(const struct rpc_auth_create_args *, [all …]
|
D | clnt.h | 48 struct rpc_auth * cl_auth; /* authenticator */
|
/Linux-v4.19/net/sunrpc/ |
D | auth_null.c | 18 static struct rpc_auth null_auth; 21 static struct rpc_auth * 29 nul_destroy(struct rpc_auth *auth) in nul_destroy() 37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags) in nul_lookup_cred() 116 struct rpc_auth null_auth = {
|
D | auth_unix.c | 29 static struct rpc_auth unix_auth; 32 static struct rpc_auth * 42 unx_destroy(struct rpc_auth *auth) in unx_destroy() 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() 236 struct rpc_auth unix_auth = {
|
D | auth_generic.c | 29 static struct rpc_auth generic_auth; 75 struct rpc_auth *auth = task->tk_client->cl_auth; in generic_bind_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() 226 generic_key_timeout(struct rpc_auth *auth, struct rpc_cred *cred) in generic_key_timeout() 275 static struct rpc_auth generic_auth = {
|
D | auth.c | 255 struct rpc_auth * 258 struct rpc_auth *auth; in rpcauth_create() 289 rpcauth_release(struct rpc_auth *auth) in rpcauth_release() 325 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache() 352 rpcauth_key_timeout_notify(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_key_timeout_notify() 361 rpcauth_cred_key_to_expire(struct rpc_auth *auth, struct rpc_cred *cred) in rpcauth_cred_key_to_expire() 432 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache() 548 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() 624 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred() 644 struct rpc_auth *auth, const struct rpc_credops *ops) in rpcauth_init_cred() [all …]
|
D | clnt.c | 300 struct rpc_auth *auth; in rpc_client_register()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 92 struct rpc_auth rpc_auth; member 599 struct gss_auth, rpc_auth); in gss_refresh_upcall() 1024 struct rpc_auth * auth; in gss_create_new() 1053 auth = &gss_auth->rpc_auth; in gss_create_new() 1133 gss_destroy(struct rpc_auth *auth) in gss_destroy() 1136 struct gss_auth, rpc_auth); in gss_destroy() 1180 if (gss_auth->rpc_auth.au_flavor != args->pseudoflavor) in gss_auth_find_or_add_hashed() 1190 if (!atomic_inc_not_zero(&gss_auth->rpc_auth.au_count)) in gss_auth_find_or_add_hashed() 1217 gss_destroy(&new->rpc_auth); in gss_create_hashed() 1222 static struct rpc_auth * [all …]
|
/Linux-v4.19/fs/nfs/ |
D | fscache.h | 50 } rpc_auth; member
|
D | fscache.c | 140 key->key.rpc_auth.au_flavor = nfss->client->cl_auth->au_flavor; in nfs_fscache_get_super_cookie()
|
D | write.c | 1236 struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth; in nfs_key_timeout_notify() 1246 struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth; in nfs_ctx_key_to_expire()
|
D | nfs2xdr.c | 75 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer()
|
D | nfs3xdr.c | 114 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer()
|
D | super.c | 806 struct rpc_auth *auth = nfss->client->cl_auth; in nfs_show_stats()
|
D | nfs4xdr.c | 1018 struct rpc_auth *auth = req->rq_cred->cr_auth; in encode_compound_hdr()
|
D | nfs4proc.c | 3712 struct rpc_auth *auth; in nfs4_lookup_root_sec()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4callback.c | 761 struct rpc_auth *auth = client->cl_auth; in get_backchannel_cred()
|