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()
520 struct rpc_rqst *req = task->tk_rqstp; in xprt_release_rqst_cong()
564 struct rpc_rqst *req = task->tk_rqstp; in xprt_adjust_cwnd()
805 struct rpc_rqst *req = task->tk_rqstp; in xprt_request_retransmit_after_disconnect()
922 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in xprt_connect()
934 task->tk_rqstp->rq_connect_cookie = xprt->connect_cookie; in xprt_connect()
936 xprt_request_timeout(task->tk_rqstp)); in xprt_connect()
1127 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) != 0; in xprt_request_data_received()
1134 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) == 0; in xprt_request_need_enqueue_receive()
[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()
812 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_unwrap_resp()
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()
[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()
1867 const struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in call_allocate()
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()
2048 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_bind_status()
2128 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_connect()
2158 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_connect_status()
2196 xprt_conditional_disconnect(task->tk_rqstp->rq_xprt, in call_connect_status()
2197 task->tk_rqstp->rq_connect_cookie); in call_connect_status()
[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.c1057 struct rpc_rqst *rqst = task->tk_rqstp; in rpc_malloc()
1088 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
H A Dxprtsock.c2913 struct rpc_rqst *rqst = task->tk_rqstp; in bc_malloc()
2941 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c393 struct gss_cred *gss_cred = container_of(task->tk_rqstp->rq_cred, in gss_upcall_callback()
596 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_refresh_upcall()
1537 struct rpc_rqst *req = task->tk_rqstp; in gss_marshal()
1611 struct rpc_cred *oldcred = task->tk_rqstp->rq_cred; in gss_renew_cred()
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()
[all …]
/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/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/linux/sunrpc/
H A Dsched.h75 struct rpc_rqst * tk_rqstp; /* RPC request */ member
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c6435 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred); in nfs4_setclientid_done()