Lines Matching refs:roffset
1675 size_t len, off_t roffset, int flags, in scif_rma_copy() argument
1713 remote_req.offset = roffset; in scif_rma_copy()
1815 copy_work.dst_offset = roffset; in scif_rma_copy()
1818 copy_work.src_offset = roffset; in scif_rma_copy()
1864 off_t roffset, int flags) in scif_readfrom() argument
1870 epd, loffset, len, roffset, flags); in scif_readfrom()
1871 if (scif_unaligned(loffset, roffset)) { in scif_readfrom()
1875 roffset, flags, in scif_readfrom()
1880 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1885 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_readfrom()
1892 off_t roffset, int flags) in scif_writeto() argument
1898 epd, loffset, len, roffset, flags); in scif_writeto()
1899 if (scif_unaligned(loffset, roffset)) { in scif_writeto()
1903 roffset, flags, in scif_writeto()
1908 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1913 roffset, flags, SCIF_LOCAL_TO_REMOTE, true); in scif_writeto()
1920 off_t roffset, int flags) in scif_vreadfrom() argument
1926 epd, addr, len, roffset, flags); in scif_vreadfrom()
1927 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vreadfrom()
1934 roffset, flags, in scif_vreadfrom()
1939 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_vreadfrom()
1944 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_vreadfrom()
1951 off_t roffset, int flags) in scif_vwriteto() argument
1957 epd, addr, len, roffset, flags); in scif_vwriteto()
1958 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vwriteto()
1965 roffset, flags, in scif_vwriteto()
1970 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_vwriteto()
1975 roffset, flags, SCIF_LOCAL_TO_REMOTE, true); in scif_vwriteto()