Searched refs:copy_page_to_iter (Results 1 – 13 of 13) sorted by relevance
/linux/fs/orangefs/ |
H A D | orangefs-bufmap.c | 528 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
|
/linux/net/rds/ |
H A D | message.c | 487 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 | 560 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
|
/linux/block/ |
H A D | blk-map.c | 87 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
|
/linux/lib/ |
H A D | iov_iter.c | 349 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 D | pipe.c | 325 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
|
H A D | splice.c | 1498 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
|
/linux/net/core/ |
H A D | skmsg.c | 439 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
|
/linux/fs/ceph/ |
H A D | file.c | 1217 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 D | shmem.c | 3427 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 D | scsi.c | 546 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 | 4690 if (copy_page_to_iter(priv->pages[index], page_offset, bytes, in btrfs_uring_read_finished()
|
H A D | inode.c | 9293 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()
|