Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c283 struct svc_rqst *ri_rqst; member
684 struct svc_rqst *rqstp = info->ri_rqst; in svc_rdma_build_read_segment()
785 struct svc_rqst *rqstp = info->ri_rqst; in svc_rdma_copy_inline_range()
832 struct xdr_buf *buf = &info->ri_rqst->rq_arg; in svc_rdma_read_multiple_chunks()
869 buf->head[0].iov_base = page_address(info->ri_rqst->rq_pages[0]); in svc_rdma_read_multiple_chunks()
871 buf->pages = &info->ri_rqst->rq_pages[1]; in svc_rdma_read_multiple_chunks()
896 struct xdr_buf *buf = &info->ri_rqst->rq_arg; in svc_rdma_read_data_item()
924 buf->pages = &info->ri_rqst->rq_pages[0]; in svc_rdma_read_data_item()
1052 struct xdr_buf *buf = &info->ri_rqst->rq_arg; in svc_rdma_read_special()
1062 buf->head[0].iov_base = page_address(info->ri_rqst->rq_pages[0]); in svc_rdma_read_special()
[all …]