Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c94 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto()
119 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate()
134 put_page(virt_to_page(rqst->rq_buffer)); in xprt_rdma_bc_free()
H A Dtransport.c573 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
630 if (unlikely(!rqst->rq_buffer)) in xprt_rdma_send_request()
/openbmc/linux/net/sunrpc/
H A Dsched.c1073 rqst->rq_buffer = buf->data; in rpc_malloc()
1074 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in rpc_malloc()
1086 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
H A Dxprt.c1879 req->rq_buffer = NULL; in xprt_request_init()
1970 if (req->rq_buffer) in xprt_release()
H A Dxprtsock.c2939 rqst->rq_buffer = buf->data; in bc_malloc()
2940 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in bc_malloc()
2949 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
H A Dclnt.c1876 if (req->rq_buffer) in call_allocate()
1935 req->rq_buffer, in rpc_xdr_encode()
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h93 void *rq_buffer; /* Call XDR encode buffer */ member
/openbmc/linux/fs/smb/client/
H A Dcifsglob.h259 struct xarray rq_buffer; /* Page buffer for encryption */ member
H A Dsmb2ops.c4348 if (!xa_empty(&rqst[i].rq_buffer)) in smb3_free_compound_rqst()
4349 cifs_clear_xarray_buffer(&rqst[i].rq_buffer); in smb3_free_compound_rqst()
4378 struct xarray *buffer = &new->rq_buffer; in smb3_init_transform_rq()