Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Duio.h177 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes,
189 return copy_page_to_iter(&folio->page, offset, bytes, i); in copy_folio_to_iter()
/linux-6.12.1/mm/
Dprocess_vm_access.c45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages()
Dshmem.c3159 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter()
3168 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to); in shmem_file_read_iter()
/linux-6.12.1/fs/orangefs/
Dorangefs-bufmap.c528 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
/linux-6.12.1/net/rds/
Dmessage.c487 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
Dib_recv.c560 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
/linux-6.12.1/fs/fuse/
Dioctl.c396 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
/linux-6.12.1/block/
Dblk-map.c87 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
/linux-6.12.1/lib/
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-6.12.1/fs/
Dpipe.c327 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
Dsplice.c1498 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
/linux-6.12.1/net/core/
Dskmsg.c438 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
/linux-6.12.1/fs/ceph/
Dfile.c1214 copied = copy_page_to_iter(pages[idx++], in __ceph_sync_read()
2224 ret = copy_page_to_iter(page, in ceph_read_iter()
/linux-6.12.1/drivers/vhost/
Dscsi.c546 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
/linux-6.12.1/fs/btrfs/
Dinode.c9227 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()