Searched refs:copy_page_to_iter (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| H A D | uio.h | 190 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 D | blk-map.c | 106 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
|
| /linux/net/rds/ |
| H A D | message.c | 566 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
|
| H A D | ib_recv.c | 561 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
|
| /linux/lib/ |
| H A D | iov_iter.c | 361 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 D | pipe.c | 418 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in anon_pipe_read()
|
| H A D | splice.c | 1493 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
|
| /linux/drivers/thunderbolt/ |
| H A D | stream.c | 794 if (copy_page_to_iter(sf->page, sf->offset, size, to) != size) { in tbstream_dev_fops_read_iter()
|
| /linux/fs/ceph/ |
| H A D | file.c | 1245 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 D | shmem.c | 3390 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 D | scsi.c | 701 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 4623 if (copy_page_to_iter(priv->pages[index], page_offset, bytes, in btrfs_uring_read_finished()
|
| H A D | inode.c | 9733 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()
|