Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c287 unsigned int ri_totalbytes; member
759 info->ri_totalbytes += segment->rs_length; in svc_rdma_build_read_chunk()
801 info->ri_totalbytes += page_len; in svc_rdma_copy_inline_range()
854 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
866 buf->len += info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
867 buf->buflen += info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
870 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, info->ri_totalbytes); in svc_rdma_read_multiple_chunks()
872 buf->page_len = info->ri_totalbytes - buf->head[0].iov_len; in svc_rdma_read_multiple_chunks()
972 info->ri_totalbytes += dummy.rs_length; in svc_rdma_read_chunk_range()
1020 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_call_chunk()
[all …]