Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dorangefs-bufmap.c528 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
/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()
/linux/block/
H A Dblk-map.c87 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
/linux/lib/
H A Diov_iter.c349 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() function
376 EXPORT_SYMBOL(copy_page_to_iter);
/linux/fs/
H A Dpipe.c325 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
H A Dsplice.c1498 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
/linux/net/core/
H A Dskmsg.c439 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
/linux/fs/ceph/
H A Dfile.c1217 copied = copy_page_to_iter(pages[idx++], in __ceph_sync_read()
2223 ret = copy_page_to_iter(page, in ceph_read_iter()
/linux/mm/
H A Dshmem.c3427 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter()
3435 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to); in shmem_file_read_iter()
/linux/drivers/vhost/
H A Dscsi.c546 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
/linux/fs/btrfs/
H A Dioctl.c4690 if (copy_page_to_iter(priv->pages[index], page_offset, bytes, in btrfs_uring_read_finished()
H A Dinode.c9293 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()