Lines Matching refs:roffset
1635 size_t len, off_t roffset, int flags, in scif_rma_copy() argument
1673 remote_req.offset = roffset; in scif_rma_copy()
1775 copy_work.dst_offset = roffset; in scif_rma_copy()
1778 copy_work.src_offset = roffset; in scif_rma_copy()
1824 off_t roffset, int flags) in scif_readfrom() argument
1830 epd, loffset, len, roffset, flags); in scif_readfrom()
1831 if (scif_unaligned(loffset, roffset)) { in scif_readfrom()
1835 roffset, flags, in scif_readfrom()
1840 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1845 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_readfrom()
1852 off_t roffset, int flags) in scif_writeto() argument
1858 epd, loffset, len, roffset, flags); in scif_writeto()
1859 if (scif_unaligned(loffset, roffset)) { in scif_writeto()
1863 roffset, flags, in scif_writeto()
1868 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()
1873 roffset, flags, SCIF_LOCAL_TO_REMOTE, true); in scif_writeto()
1880 off_t roffset, int flags) in scif_vreadfrom() argument
1886 epd, addr, len, roffset, flags); in scif_vreadfrom()
1887 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vreadfrom()
1894 roffset, flags, in scif_vreadfrom()
1899 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_vreadfrom()
1904 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_vreadfrom()
1911 off_t roffset, int flags) in scif_vwriteto() argument
1917 epd, addr, len, roffset, flags); in scif_vwriteto()
1918 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vwriteto()
1925 roffset, flags, in scif_vwriteto()
1930 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_vwriteto()
1935 roffset, flags, SCIF_LOCAL_TO_REMOTE, true); in scif_vwriteto()