Searched refs:rpc_auth (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | auth.h | 46 struct rpc_auth; 52 struct rpc_auth * cr_auth; 73 struct rpc_auth { struct 111 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, 113 void (*destroy)(struct rpc_auth *); 121 int (*key_timeout)(struct rpc_auth *, 127 int (*cr_init)(struct rpc_auth *, struct rpc_cred *); 157 void rpcauth_release(struct rpc_auth *); 164 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int); 182 int rpcauth_init_credcache(struct rpc_auth *); [all …]
|
A D | clnt.h | 51 struct rpc_auth * cl_auth; /* authenticator */
|
/linux-6.3-rc2/net/sunrpc/ |
A 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() 114 struct rpc_auth null_auth = {
|
A D | auth_unix.c | 24 static struct rpc_auth unix_auth; 28 static struct rpc_auth * 36 unx_destroy(struct rpc_auth *auth) in unx_destroy() 43 static struct rpc_cred *unx_lookup_cred(struct rpc_auth *auth, in unx_lookup_cred() 175 struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in unx_validate() 224 struct rpc_auth unix_auth = {
|
A D | auth.c | 224 struct rpc_auth * 227 struct rpc_auth *auth = ERR_PTR(-EINVAL); in rpcauth_create() 250 rpcauth_release(struct rpc_auth *auth) in rpcauth_release() 291 rpcauth_init_credcache(struct rpc_auth *auth) in rpcauth_init_credcache() 410 rpcauth_destroy_credcache(struct rpc_auth *auth) in rpcauth_destroy_credcache() 581 rpcauth_lookupcred(struct rpc_auth *auth, int flags) in rpcauth_lookupcred() 596 struct rpc_auth *auth, const struct rpc_credops *ops) in rpcauth_init_cred() 612 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_root_cred() 628 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_machine_cred() 644 struct rpc_auth *auth = task->tk_client->cl_auth; in rpcauth_bind_new_cred() [all …]
|
A D | clnt.c | 299 struct rpc_auth *auth; in rpc_client_register() 1846 const struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in call_allocate()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | auth_gss.c | 87 struct rpc_auth rpc_auth; member 598 struct gss_auth, rpc_auth); in gss_refresh_upcall() 1033 struct rpc_auth * auth; in gss_create_new() 1059 auth = &gss_auth->rpc_auth; in gss_create_new() 1143 gss_destroy(struct rpc_auth *auth) in gss_destroy() 1146 struct gss_auth, rpc_auth); in gss_destroy() 1224 gss_destroy(&new->rpc_auth); in gss_create_hashed() 1229 static struct rpc_auth * 1246 return &gss_auth->rpc_auth; in gss_create() 1264 &gss_auth->rpc_auth, in gss_dup_cred() [all …]
|
/linux-6.3-rc2/include/trace/events/ |
A D | rpcgss.h | 457 const struct rpc_auth *auth
|
/linux-6.3-rc2/fs/nfs/ |
A D | super.c | 636 struct rpc_auth *auth = nfss->client->cl_auth; in nfs_show_stats()
|
A D | write.c | 1247 struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth; in nfs_ctx_key_to_expire()
|
A D | nfs4proc.c | 4124 struct rpc_auth *auth; in nfs4_lookup_root_sec()
|
Completed in 41 milliseconds