Home
last modified time | relevance | path

Searched refs:rq_buffer (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_backchannel.c130 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto()
155 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate()
170 put_page(virt_to_page(rqst->rq_buffer)); in xprt_rdma_bc_free()
198 pr_info("%s: %*ph\n", __func__, 64, rqst->rq_buffer); in rpcrdma_bc_send_request()
Dtransport.c666 rqst->rq_buffer = req->rl_sendbuf->rg_base; in xprt_rdma_allocate()
718 if (unlikely(!rqst->rq_buffer)) in xprt_rdma_send_request()
/Linux-v4.19/net/sunrpc/
Dsched.c902 rqst->rq_buffer = buf->data; in rpc_malloc()
903 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in rpc_malloc()
915 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
Dxprt.c1321 req->rq_buffer = NULL; in xprt_request_init()
1372 if (req->rq_buffer) in xprt_release()
Dxprtsock.c2656 rqst->rq_buffer = buf->data; in bc_malloc()
2657 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in bc_malloc()
2666 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
Dclnt.c1685 if (req->rq_buffer) in call_allocate()
1750 req->rq_buffer, in rpc_xdr_encode()
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h87 void *rq_buffer; /* Call XDR encode buffer */ member