Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c89 * the rq_buffer before all retransmits are complete. in svc_rdma_bc_sendto()
91 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto()
116 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate()
131 put_page(virt_to_page(rqst->rq_buffer)); in xprt_rdma_bc_free()
/linux/net/sunrpc/
H A Dsched.c1075 rqst->rq_buffer = buf->data; in rpc_malloc()
1076 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in rpc_malloc()
1088 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
H A Dxprt.c1891 req->rq_buffer = NULL; in xprt_request_init()
1983 if (req->rq_buffer) in xprt_release()
H A Dxprtsock.c2964 rqst->rq_buffer = buf->data; in bc_malloc()
2965 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in bc_malloc()
2974 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
H A Dclnt.c1890 if (req->rq_buffer) in call_allocate()
1943 req->rq_buffer, in rpc_xdr_encode()
/linux/include/linux/sunrpc/
H A Dxprt.h86 void *rq_buffer; /* Call XDR encode buffer */ member
/linux/fs/smb/client/
H A Dcifsglob.h295 struct folio_queue *rq_buffer; /* Buffer for encryption */ member
H A Dsmb2ops.c4472 cifs_clear_folioq_buffer(rqst[i].rq_buffer); in smb3_free_compound_rqst()
4511 new->rq_buffer = buffer; in smb3_init_transform_rq()