Searched refs:copy_page_to_iter (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/include/linux/ |
D | uio.h | 157 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, 169 return copy_page_to_iter(&folio->page, offset, bytes, i); in copy_folio_to_iter()
|
/linux-6.1.9/mm/ |
D | process_vm_access.c | 45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages()
|
D | shmem.c | 2673 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter() 2682 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to); in shmem_file_read_iter()
|
/linux-6.1.9/fs/orangefs/ |
D | orangefs-bufmap.c | 530 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
|
/linux-6.1.9/net/rds/ |
D | message.c | 489 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
|
D | ib_recv.c | 559 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
|
/linux-6.1.9/fs/fuse/ |
D | ioctl.c | 329 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
|
/linux-6.1.9/block/ |
D | blk-map.c | 85 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
|
/linux-6.1.9/lib/ |
D | iov_iter.c | 712 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() function 739 EXPORT_SYMBOL(copy_page_to_iter);
|
/linux-6.1.9/fs/ |
D | pipe.c | 307 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
|
D | splice.c | 1201 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
|
/linux-6.1.9/fs/ceph/ |
D | file.c | 1015 copied = copy_page_to_iter(pages[idx++], in ceph_sync_read() 1709 ret = copy_page_to_iter(page, in ceph_read_iter()
|
/linux-6.1.9/net/core/ |
D | skmsg.c | 436 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
|
/linux-6.1.9/fs/hugetlbfs/ |
D | inode.c | 340 copied = copy_page_to_iter(page, offset, nr, to); in hugetlbfs_read_iter()
|
/linux-6.1.9/fs/cifs/ |
D | file.c | 3806 written = copy_page_to_iter(page, 0, copy, iter); in cifs_readdata_to_iov()
|
/linux-6.1.9/fs/btrfs/ |
D | inode.c | 10426 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()
|