Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/xprtrdma/
A Dsvc_rdma_backchannel.c94 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto()
125 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate()
140 put_page(virt_to_page(rqst->rq_buffer)); in xprt_rdma_bc_free()
A Dtransport.c582 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
639 if (unlikely(!rqst->rq_buffer)) in xprt_rdma_send_request()
/linux-6.3-rc2/net/sunrpc/
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()
A Dxprtsock.c2563 rqst->rq_buffer = buf->data; in bc_malloc()
2564 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in bc_malloc()
2573 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
A Dxprt.c1879 req->rq_buffer = NULL; in xprt_request_init()
1970 if (req->rq_buffer) in xprt_release()
A Dclnt.c1855 if (req->rq_buffer) in call_allocate()
1914 req->rq_buffer, in rpc_xdr_encode()
/linux-6.3-rc2/include/linux/sunrpc/
A Dxprt.h93 void *rq_buffer; /* Call XDR encode buffer */ member
/linux-6.3-rc2/fs/cifs/
A Dcifsglob.h218 struct xarray rq_buffer; /* Page buffer for encryption */ member
A Dsmb2ops.c4467 if (!xa_empty(&rqst[i].rq_buffer)) in smb3_free_compound_rqst()
4468 cifs_clear_xarray_buffer(&rqst[i].rq_buffer); in smb3_free_compound_rqst()
4497 struct xarray *buffer = &new->rq_buffer; in smb3_init_transform_rq()

Completed in 40 milliseconds