Searched refs:cr_auth (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/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() 442 cred->cr_auth = auth; in rpcauth_init_cred() 456 cred->cr_auth->au_ops->au_name, cred); in rpcauth_generic_bind_cred() 550 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_marshcred() 561 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_checkverf() 629 task->tk_pid, cred->cr_auth->au_ops->au_name, cred); in rpcauth_refreshcred() 644 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 | 199 task->tk_rqstp->rq_cred->cr_auth->au_rslack = (size >> 2) + 2; in unx_validate()
|
D | clnt.c | 1025 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
|
/linux-2.6.39/include/linux/sunrpc/ |
D | auth.h | 41 struct rpc_auth * cr_auth; member
|
/linux-2.6.39/net/sunrpc/auth_gss/ |
D | auth_gss.c | 506 struct gss_auth *gss_auth = container_of(cred->cr_auth, in gss_refresh_upcall() 904 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroying_context() 970 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth); in gss_destroy_nullcred() 1124 struct rpc_auth *auth = oldcred->cr_auth; in gss_renew_cred() 1225 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2; in gss_validate() 1548 cred->cr_auth->au_rslack = cred->cr_auth->au_verfsize + (p - savedp) in gss_unwrap_resp()
|
/linux-2.6.39/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 | 823 struct rpc_auth *auth = req->rq_cred->cr_auth; in encode_compound_hdr()
|