Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c293 struct svc_rqst *ri_rqst; member
706 struct svc_rqst *rqstp = info->ri_rqst; in svc_rdma_build_read_segment()
807 struct svc_rqst *rqstp = info->ri_rqst; in svc_rdma_copy_inline_range()
854 struct xdr_buf *buf = &info->ri_rqst->rq_arg; in svc_rdma_read_multiple_chunks()
891 buf->head[0].iov_base = page_address(info->ri_rqst->rq_pages[0]); in svc_rdma_read_multiple_chunks()
893 buf->pages = &info->ri_rqst->rq_pages[1]; in svc_rdma_read_multiple_chunks()
918 struct xdr_buf *buf = &info->ri_rqst->rq_arg; in svc_rdma_read_data_item()
946 buf->pages = &info->ri_rqst->rq_pages[0]; in svc_rdma_read_data_item()
1074 struct xdr_buf *buf = &info->ri_rqst->rq_arg; in svc_rdma_read_special()
1084 buf->head[0].iov_base = page_address(info->ri_rqst->rq_pages[0]); in svc_rdma_read_special()
[all …]