Searched refs:copy_page_to_iter (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/include/linux/ |
D | uio.h | 173 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()
|
/linux-6.6.21/mm/ |
D | process_vm_access.c | 45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages()
|
D | shmem.c | 2828 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter() 2837 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to); in shmem_file_read_iter()
|
/linux-6.6.21/fs/orangefs/ |
D | orangefs-bufmap.c | 530 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
|
/linux-6.6.21/net/rds/ |
D | message.c | 487 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
|
D | ib_recv.c | 560 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
|
/linux-6.6.21/fs/fuse/ |
D | ioctl.c | 336 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
|
/linux-6.6.21/block/ |
D | blk-map.c | 87 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
|
/linux-6.6.21/lib/ |
D | iov_iter.c | 468 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);
|
/linux-6.6.21/fs/ |
D | pipe.c | 307 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
|
D | splice.c | 1432 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
|
/linux-6.6.21/net/core/ |
D | skmsg.c | 437 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
|
/linux-6.6.21/fs/ceph/ |
D | file.c | 1117 copied = copy_page_to_iter(pages[idx++], in __ceph_sync_read() 2116 ret = copy_page_to_iter(page, in ceph_read_iter()
|
/linux-6.6.21/fs/hugetlbfs/ |
D | inode.c | 396 copied = copy_page_to_iter(page, offset, want, to); in hugetlbfs_read_iter()
|
/linux-6.6.21/drivers/vhost/ |
D | scsi.c | 529 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
|
/linux-6.6.21/fs/smb/client/ |
D | smb2ops.c | 4604 n = copy_page_to_iter(page, skip, len, iter); in cifs_copy_pages_to_iter()
|
/linux-6.6.21/fs/btrfs/ |
D | inode.c | 10033 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()
|