Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duio.h190 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes,
204 return copy_page_to_iter(&folio->page, offset, bytes, i); in copy_folio_to_iter()
/linux/block/
H A Dblk-map.c106 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
/linux/net/rds/
H A Dmessage.c566 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
H A Dib_recv.c561 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
/linux/lib/
H A Diov_iter.c361 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() function
388 EXPORT_SYMBOL(copy_page_to_iter);
/linux/fs/
H A Dpipe.c418 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in anon_pipe_read()
H A Dsplice.c1493 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
/linux/drivers/thunderbolt/
H A Dstream.c794 if (copy_page_to_iter(sf->page, sf->offset, size, to) != size) { in tbstream_dev_fops_read_iter()
/linux/fs/ceph/
H A Dfile.c1245 copied = copy_page_to_iter(pages[idx++], in __ceph_sync_read()
2282 ret = copy_page_to_iter(page, in ceph_read_iter()
/linux/mm/
H A Dshmem.c3390 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter()
3398 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to); in shmem_file_read_iter()
/linux/drivers/vhost/
H A Dscsi.c701 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
/linux/fs/btrfs/
H A Dioctl.c4623 if (copy_page_to_iter(priv->pages[index], page_offset, bytes, in btrfs_uring_read_finished()
H A Dinode.c9733 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()