Searched refs:cr_auth (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | auth.c | 312 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred() 354 if (!cred->cr_auth->au_ops->key_timeout) in rpcauth_key_timeout_notify() 356 return cred->cr_auth->au_ops->key_timeout(auth, cred); in rpcauth_key_timeout_notify() 479 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_prune_expired() 649 cred->cr_auth = auth; in rpcauth_init_cred() 660 cred->cr_auth->au_ops->au_name, cred); in rpcauth_generic_bind_cred() 755 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_marshcred() 766 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_checkverf() 834 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_refreshcred() 849 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_invalcred()
|
D | auth_null.c | 139 .cr_auth = &null_auth,
|
D | auth_unix.c | 208 task->tk_rqstp->rq_cred->cr_auth->au_rslack = (size >> 2) + 2; in unx_validate()
|
D | clnt.c | 1674 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 66 struct rpc_auth * cr_auth; member
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 598 struct gss_auth *gss_auth = container_of(cred->cr_auth, in gss_refresh_upcall() 1252 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroying_context() 1319 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroy_nullcred() 1585 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() 1692 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2; in gss_validate() 2017 cred->cr_auth->au_rslack = cred->cr_auth->au_verfsize + (p - savedp) in gss_unwrap_resp()
|
/Linux-v4.19/fs/nfs/ |
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 | nfs4xdr.c | 1018 struct rpc_auth *auth = req->rq_cred->cr_auth; in encode_compound_hdr()
|
/Linux-v4.19/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 755 ddp_allowed = !(rqst->rq_cred->cr_auth->au_flags & in rpcrdma_marshal_req()
|