Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duio.h173 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes,
185 return copy_page_to_iter(&folio->page, offset, bytes, i); in copy_folio_to_iter()
/openbmc/linux/mm/
H A Dprocess_vm_access.c45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages()
H A Dshmem.c2822 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter()
2831 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to); in shmem_file_read_iter()
/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.c530 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
/openbmc/linux/net/rds/
H A Dmessage.c487 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
H A Dib_recv.c560 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
/openbmc/linux/fs/fuse/
H A Dioctl.c336 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
/openbmc/linux/block/
H A Dblk-map.c87 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
/openbmc/linux/lib/
H A Diov_iter.c468 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() function
495 EXPORT_SYMBOL(copy_page_to_iter);
/openbmc/linux/fs/
H A Dpipe.c307 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
H A Dsplice.c1432 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
/openbmc/linux/net/core/
H A Dskmsg.c437 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
/openbmc/linux/fs/ceph/
H A Dfile.c1122 copied = copy_page_to_iter(pages[idx++], in __ceph_sync_read()
2119 ret = copy_page_to_iter(page, in ceph_read_iter()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c396 copied = copy_page_to_iter(page, offset, want, to); in hugetlbfs_read_iter()
/openbmc/linux/drivers/vhost/
H A Dscsi.c529 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c4463 n = copy_page_to_iter(page, skip, len, iter); in cifs_copy_pages_to_iter()
/openbmc/linux/fs/btrfs/
H A Dinode.c10063 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()