Lines Matching refs:tk_rqstp
1046 task->tk_rqstp = req; in rpc_run_bc_task()
1467 if (task->tk_rqstp) { in call_reserveresult()
1482 if (task->tk_rqstp) { in call_reserveresult()
1576 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
1577 struct rpc_rqst *req = task->tk_rqstp; in call_allocate()
1625 return task->tk_rqstp->rq_snd_buf.len == 0; in rpc_task_need_encode()
1631 task->tk_rqstp->rq_snd_buf.len = 0; in rpc_task_force_reencode()
1632 task->tk_rqstp->rq_bytes_sent = 0; in rpc_task_force_reencode()
1653 struct rpc_rqst *req = task->tk_rqstp; in rpc_xdr_encode()
1687 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_bind()
1782 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_connect()
1882 rpc_wake_up_queued_task(&task->tk_rqstp->rq_xprt->pending, task); in call_transmit()
1945 struct rpc_rqst *req = task->tk_rqstp; in call_bc_transmit()
2018 struct rpc_rqst *req = task->tk_rqstp; in call_status()
2092 if (xprt_adjust_timeout(task->tk_rqstp) == 0) { in call_timeout()
2148 struct rpc_rqst *req = task->tk_rqstp; in call_decode()
2206 if (task->tk_rqstp == req) { in call_decode()
2218 struct rpc_rqst *req = task->tk_rqstp; in rpc_encode_header()
2239 struct kvec *iov = &task->tk_rqstp->rq_rcv_buf.head[0]; in rpc_verify_header()
2240 int len = task->tk_rqstp->rq_rcv_buf.len >> 2; in rpc_verify_header()
2245 if ((task->tk_rqstp->rq_rcv_buf.len & 3) != 0) { in rpc_verify_header()
2253 task->tk_rqstp->rq_rcv_buf.len); in rpc_verify_header()
2456 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()