Searched refs:cr_auth (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/net/sunrpc/ |
D | auth.c | 182 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred() 313 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_prune_expired() 444 cred->cr_auth = auth; in rpcauth_init_cred() 458 cred->cr_auth->au_ops->au_name, cred); in rpcauth_generic_bind_cred() 552 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_marshcred() 563 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_checkverf() 631 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_refreshcred() 646 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_invalcred()
|
D | auth_null.c | 135 .cr_auth = &null_auth,
|
D | auth_unix.c | 202 task->tk_rqstp->rq_cred->cr_auth->au_rslack = (size >> 2) + 2; in unx_validate()
|
D | clnt.c | 1365 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
|
/linux-3.4.99/include/linux/sunrpc/ |
D | auth.h | 42 struct rpc_auth * cr_auth; member
|
/linux-3.4.99/net/sunrpc/auth_gss/ |
D | auth_gss.c | 502 struct gss_auth *gss_auth = container_of(cred->cr_auth, in gss_refresh_upcall() 951 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroying_context() 1017 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroy_nullcred() 1178 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() 1280 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2; in gss_validate() 1601 cred->cr_auth->au_rslack = cred->cr_auth->au_verfsize + (p - savedp) in gss_unwrap_resp()
|
/linux-3.4.99/fs/nfs/ |
D | nfs2xdr.c | 73 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer()
|
D | nfs3xdr.c | 111 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer()
|
D | nfs4xdr.c | 931 struct rpc_auth *auth = req->rq_cred->cr_auth; in encode_compound_hdr()
|