Lines Matching refs:roffset

1656 			 size_t len, off_t roffset, int flags,  in scif_rma_copy()  argument
1694 remote_req.offset = roffset; in scif_rma_copy()
1796 copy_work.dst_offset = roffset; in scif_rma_copy()
1799 copy_work.src_offset = roffset; in scif_rma_copy()
1845 off_t roffset, int flags) in scif_readfrom() argument
1851 epd, loffset, len, roffset, flags); in scif_readfrom()
1852 if (scif_unaligned(loffset, roffset)) { in scif_readfrom()
1856 roffset, flags, in scif_readfrom()
1861 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1866 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_readfrom()
1873 off_t roffset, int flags) in scif_writeto() argument
1879 epd, loffset, len, roffset, flags); in scif_writeto()
1880 if (scif_unaligned(loffset, roffset)) { in scif_writeto()
1884 roffset, flags, in scif_writeto()
1889 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1894 roffset, flags, SCIF_LOCAL_TO_REMOTE, true); in scif_writeto()
1901 off_t roffset, int flags) in scif_vreadfrom() argument
1907 epd, addr, len, roffset, flags); in scif_vreadfrom()
1908 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vreadfrom()
1915 roffset, flags, in scif_vreadfrom()
1920 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_vreadfrom()
1925 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_vreadfrom()
1932 off_t roffset, int flags) in scif_vwriteto() argument
1938 epd, addr, len, roffset, flags); in scif_vwriteto()
1939 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vwriteto()
1946 roffset, flags, in scif_vwriteto()
1951 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_vwriteto()
1956 roffset, flags, SCIF_LOCAL_TO_REMOTE, true); in scif_vwriteto()