Searched refs:copy_page_to_iter (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/include/linux/ |
D | uio.h | 177 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/ |
D | process_vm_access.c | 45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages()
|
D | shmem.c | 3159 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/ |
D | orangefs-bufmap.c | 528 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
|
/linux-6.12.1/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.12.1/fs/fuse/ |
D | ioctl.c | 396 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
|
/linux-6.12.1/block/ |
D | blk-map.c | 87 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
|
/linux-6.12.1/lib/ |
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-6.12.1/fs/ |
D | pipe.c | 327 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
|
D | splice.c | 1498 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/ |
D | skmsg.c | 438 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
|
/linux-6.12.1/fs/ceph/ |
D | file.c | 1214 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/ |
D | scsi.c | 546 if (copy_page_to_iter(page, 0, len, iter) != len) { in vhost_scsi_copy_sgl_to_iov()
|
/linux-6.12.1/fs/btrfs/ |
D | inode.c | 9227 if (copy_page_to_iter(pages[i], page_offset, bytes, in btrfs_encoded_read_regular()
|