Lines Matching refs:tk_rqstp

1054 	task->tk_rqstp = req;  in rpc_run_bc_task()
1475 if (task->tk_rqstp) { in call_reserveresult()
1490 if (task->tk_rqstp) { in call_reserveresult()
1584 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
1585 struct rpc_rqst *req = task->tk_rqstp; in call_allocate()
1632 return task->tk_rqstp->rq_snd_buf.len == 0; in rpc_task_need_encode()
1638 task->tk_rqstp->rq_snd_buf.len = 0; in rpc_task_force_reencode()
1639 task->tk_rqstp->rq_bytes_sent = 0; in rpc_task_force_reencode()
1660 struct rpc_rqst *req = task->tk_rqstp; in rpc_xdr_encode()
1694 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_bind()
1789 struct rpc_xprt *xprt = task->tk_rqstp->rq_xprt; in call_connect()
1889 rpc_wake_up_queued_task(&task->tk_rqstp->rq_xprt->pending, task); in call_transmit()
1952 struct rpc_rqst *req = task->tk_rqstp; in call_bc_transmit()
2015 struct rpc_rqst *req = task->tk_rqstp; in call_status()
2088 if (xprt_adjust_timeout(task->tk_rqstp) == 0) { in call_timeout()
2144 struct rpc_rqst *req = task->tk_rqstp; in call_decode()
2202 if (task->tk_rqstp == req) { in call_decode()
2214 struct rpc_rqst *req = task->tk_rqstp; in rpc_encode_header()
2235 struct kvec *iov = &task->tk_rqstp->rq_rcv_buf.head[0]; in rpc_verify_header()
2236 int len = task->tk_rqstp->rq_rcv_buf.len >> 2; in rpc_verify_header()
2241 if ((task->tk_rqstp->rq_rcv_buf.len & 3) != 0) { in rpc_verify_header()
2249 task->tk_rqstp->rq_rcv_buf.len); in rpc_verify_header()
2452 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()