Searched refs:cr_auth (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | auth.c | 313 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred() 355 if (!cred->cr_auth->au_ops->key_timeout) in rpcauth_key_timeout_notify() 357 return cred->cr_auth->au_ops->key_timeout(auth, cred); in rpcauth_key_timeout_notify() 476 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_prune_expired() 646 cred->cr_auth = auth; in rpcauth_init_cred() 660 cred->cr_auth->au_ops->au_name, cred); in rpcauth_generic_bind_cred() 754 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_marshcred() 765 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_checkverf() 833 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_refreshcred() 848 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_invalcred()
|
D | auth_null.c | 137 .cr_auth = &null_auth,
|
D | auth_unix.c | 203 task->tk_rqstp->rq_cred->cr_auth->au_rslack = (size >> 2) + 2; in unx_validate()
|
D | clnt.c | 1584 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | auth.h | 54 struct rpc_auth * cr_auth; member
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 561 struct gss_auth *gss_auth = container_of(cred->cr_auth, in gss_refresh_upcall() 1210 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroying_context() 1277 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroy_nullcred() 1538 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() 1642 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2; in gss_validate() 1964 cred->cr_auth->au_rslack = cred->cr_auth->au_verfsize + (p - savedp) in gss_unwrap_resp()
|
/linux-4.1.27/fs/nfs/ |
D | nfs2xdr.c | 74 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer()
|
D | nfs3xdr.c | 113 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer()
|
D | nfs4xdr.c | 960 struct rpc_auth *auth = req->rq_cred->cr_auth; in encode_compound_hdr()
|