Home
last modified time | relevance | path

Searched refs:tk_rqstp (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dxprt.c267 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt()
331 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt_cong()
1643 if (task->tk_rqstp) in xprt_complete_request_init()
1658 if (task->tk_rqstp == NULL) { in __xprt_set_rq()
1660 task->tk_rqstp = req; in __xprt_set_rq()
1754 task->tk_rqstp = req; in xprt_alloc_slot()
1898 if (task->tk_rqstp != NULL) in xprt_do_reserve()
1915 if (task->tk_rqstp != NULL) in xprt_reserve()
1937 if (task->tk_rqstp != NULL) in xprt_retry_reserve()
1977 task->tk_rqstp = NULL; in xprt_release()
[all …]
H A Dauth.c649 struct rpc_rqst *req = task->tk_rqstp; in rpcauth_bindcred()
726 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_marshcred()
743 encode(task->tk_rqstp, xdr, task->tk_msg.rpc_argp); in rpcauth_wrap_req_encode()
759 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_wrap_req()
781 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_checkverf()
798 return decode(task->tk_rqstp, xdr, task->tk_msg.rpc_resp); in rpcauth_unwrap_resp_decode()
820 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_xmit_need_reencode()
833 cred = task->tk_rqstp->rq_cred; in rpcauth_refreshcred()
838 cred = task->tk_rqstp->rq_cred; in rpcauth_refreshcred()
851 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_invalcred()
[all …]
H A Dauth_unix.c114 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in unx_marshal()
168 set_bit(RPCAUTH_CRED_UPTODATE, &task->tk_rqstp->rq_cred->cr_flags); in unx_refresh()
175 struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in unx_validate()
H A Dclnt.c1776 if (task->tk_rqstp) { in call_reserveresult()
1868 struct rpc_rqst *req = task->tk_rqstp; in call_allocate()
1931 struct rpc_rqst *req = task->tk_rqstp; in rpc_xdr_encode()
2023 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_bind()
2197 task->tk_rqstp->rq_connect_cookie); in call_connect_status()
2370 struct rpc_rqst *req = task->tk_rqstp; in call_bc_transmit_status()
2509 if (xprt_adjust_timeout(task->tk_rqstp) == 0) in rpc_check_timeout()
2527 rpc_check_connected(task->tk_rqstp)) in rpc_check_timeout()
2567 struct rpc_rqst *req = task->tk_rqstp; in call_decode()
2636 struct rpc_rqst *req = task->tk_rqstp; in rpc_encode_header()
[all …]
H A Ddebugfs.c30 if (task->tk_rqstp) in tasks_show()
31 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
H A Dauth_null.c85 set_bit(RPCAUTH_CRED_UPTODATE, &task->tk_rqstp->rq_cred->cr_flags); in nul_refresh()
H A Dauth_tls.c117 set_bit(RPCAUTH_CRED_UPTODATE, &task->tk_rqstp->rq_cred->cr_flags); in tls_refresh()
H A Dstats.c157 struct rpc_rqst *req = task->tk_rqstp; in rpc_count_iostats_metrics()
H A Dsched.c1055 struct rpc_rqst *rqst = task->tk_rqstp; in rpc_malloc()
1086 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
H A Dxprtsock.c2898 struct rpc_rqst *rqst = task->tk_rqstp; in bc_malloc()
2926 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c596 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_refresh_upcall()
1537 struct rpc_rqst *req = task->tk_rqstp; in gss_marshal()
1626 task->tk_rqstp->rq_cred = new; in gss_renew_cred()
1654 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_refresh()
1665 cred = task->tk_rqstp->rq_cred; in gss_refresh()
1684 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_validate()
1708 *seq = cpu_to_be32(task->tk_rqstp->rq_seqno); in gss_validate()
1743 struct rpc_rqst *rqstp = task->tk_rqstp; in gss_wrap_req_integ()
1836 struct rpc_rqst *rqstp = task->tk_rqstp; in gss_wrap_req_priv()
2112 struct rpc_rqst *req = task->tk_rqstp; in gss_xmit_need_reencode()
[all …]
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c106 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_bc_allocate()
132 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_bc_free()
H A Dtransport.c509 task->tk_rqstp = &req->rl_slot; in xprt_rdma_alloc_slot()
561 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_allocate()
590 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_free()
/openbmc/linux/include/trace/events/
H A Drpcgss.h407 const struct rpc_rqst *rqst = task->tk_rqstp;
441 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
443 __entry->seqno = task->tk_rqstp->rq_seqno;
475 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
H A Dsunrpc.h517 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
580 __entry->callsize = task->tk_rqstp->rq_callsize;
581 __entry->recvsize = task->tk_rqstp->rq_rcvsize;
647 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
/openbmc/linux/include/linux/sunrpc/
H A Dsched.h75 struct rpc_rqst * tk_rqstp; /* RPC request */ member
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c6432 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred); in nfs4_setclientid_done()