Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c743 sge_no = PAGE_ALIGN(head->rc_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
752 PAGE_SIZE - head->rc_pageoff); in svc_rdma_build_read_segment()
754 if (!head->rc_pageoff) in svc_rdma_build_read_segment()
758 seg_len, head->rc_pageoff); in svc_rdma_build_read_segment()
761 head->rc_pageoff += seg_len; in svc_rdma_build_read_segment()
762 if (head->rc_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
764 head->rc_pageoff = 0; in svc_rdma_build_read_segment()
840 numpages = PAGE_ALIGN(head->rc_pageoff + remaining) >> PAGE_SHIFT; in svc_rdma_copy_inline_range()
845 PAGE_SIZE - head->rc_pageoff); in svc_rdma_copy_inline_range()
847 if (!head->rc_pageoff) in svc_rdma_copy_inline_range()
[all …]
/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h191 unsigned int rc_pageoff; member