Searched refs:tk_rqstp (Results 1 – 17 of 17) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | xprt.c | 267 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() 808 struct rpc_rqst *req = task->tk_rqstp; in xprt_request_retransmit_after_disconnect() 925 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in xprt_connect() 937 task->tk_rqstp->rq_connect_cookie = xprt->connect_cookie; in xprt_connect() 939 xprt_request_timeout(task->tk_rqstp)); in xprt_connect() 1130 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) != 0; in xprt_request_data_received() 1137 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) == 0; in xprt_request_need_enqueue_receive() [all …]
|
| H A D | auth.c | 649 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 D | auth_unix.c | 114 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 D | clnt.c | 1785 if (task->tk_rqstp) { in call_reserveresult() 1881 const struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth; in call_allocate() 1882 struct rpc_rqst *req = task->tk_rqstp; in call_allocate() 1939 struct rpc_rqst *req = task->tk_rqstp; in rpc_xdr_encode() 2031 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_bind() 2056 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_bind_status() 2139 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_connect() 2169 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_connect_status() 2210 xprt_conditional_disconnect(task->tk_rqstp->rq_xprt, in call_connect_status() 2211 task->tk_rqstp->rq_connect_cookie); in call_connect_status() [all …]
|
| H A D | debugfs.c | 30 if (task->tk_rqstp) in tasks_show() 31 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
|
| H A D | auth_null.c | 85 set_bit(RPCAUTH_CRED_UPTODATE, &task->tk_rqstp->rq_cred->cr_flags); in nul_refresh()
|
| H A D | auth_tls.c | 117 set_bit(RPCAUTH_CRED_UPTODATE, &task->tk_rqstp->rq_cred->cr_flags); in tls_refresh()
|
| H A D | stats.c | 157 struct rpc_rqst *req = task->tk_rqstp; in rpc_count_iostats_metrics()
|
| H A D | sched.c | 1055 struct rpc_rqst *rqst = task->tk_rqstp; in rpc_malloc() 1085 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
|
| H A D | xprtsock.c | 2947 struct rpc_rqst *rqst = task->tk_rqstp; in bc_malloc() 2975 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 395 struct gss_cred *gss_cred = container_of(task->tk_rqstp->rq_cred, in gss_upcall_callback() 599 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_refresh_upcall() 1531 struct rpc_rqst *req = task->tk_rqstp; in gss_marshal() 1607 struct rpc_cred *oldcred = task->tk_rqstp->rq_cred; in gss_renew_cred() 1622 task->tk_rqstp->rq_cred = new; in gss_renew_cred() 1650 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_refresh() 1661 cred = task->tk_rqstp->rq_cred; in gss_refresh() 1696 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in gss_validate() 1718 maj_stat = gss_validate_seqno_mic(ctx, task->tk_rqstp->rq_seqnos[0], seq, p, len); in gss_validate() 1720 while (unlikely(maj_stat == GSS_S_BAD_SIG && i < task->tk_rqstp->rq_seqno_count)) in gss_validate() [all …]
|
| /linux/include/trace/events/ |
| H A D | rpcgss.h | 407 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_seqnos; 475 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
|
| H A D | sunrpc.h | 515 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 578 __entry->callsize = task->tk_rqstp->rq_callsize; 579 __entry->recvsize = task->tk_rqstp->rq_rcvsize; 646 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_backchannel.c | 103 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_bc_allocate() 129 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_bc_free()
|
| H A D | transport.c | 508 task->tk_rqstp = &req->rl_slot; in xprt_rdma_alloc_slot() 560 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_allocate() 589 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_free()
|
| /linux/include/linux/sunrpc/ |
| H A D | sched.h | 86 struct rpc_rqst * tk_rqstp; /* RPC request */ member
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 6533 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred); in nfs4_setclientid_done()
|