Searched refs:copy_page_to_iter (Results 1 – 19 of 19) sorted by relevance
/linux/mm/ |
A D | process_vm_access.c | 45 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages()
|
A D | filemap.c | 2697 copied = copy_page_to_iter(page, offset, bytes, iter); in filemap_read()
|
A D | shmem.c | 2598 ret = copy_page_to_iter(page, offset, nr, to); in shmem_file_read_iter()
|
/linux/include/linux/ |
A D | uio.h | 140 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes,
|
/linux/fs/orangefs/ |
A D | orangefs-bufmap.c | 531 n = copy_page_to_iter(page, 0, n, iter); in orangefs_bufmap_copy_to_iovec()
|
/linux/block/ |
A D | blk-map.c | 85 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
|
/linux/fs/fuse/ |
A D | ioctl.c | 318 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
|
/linux/net/rds/ |
A D | message.c | 490 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off, in rds_message_inc_copy_to_user()
|
A D | ib_recv.c | 558 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
|
/linux/lib/ |
A D | iov_iter.c | 871 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() function 894 EXPORT_SYMBOL(copy_page_to_iter);
|
/linux/fs/ |
A D | pipe.c | 305 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
|
A D | splice.c | 1205 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data); in pipe_to_user()
|
/linux/net/core/ |
A D | skmsg.c | 428 copy = copy_page_to_iter(page, sge->offset, copy, iter); in sk_msg_recvmsg()
|
/linux/fs/ceph/ |
A D | file.c | 946 copied = copy_page_to_iter(pages[idx++], in ceph_sync_read() 1638 ret = copy_page_to_iter(page, in ceph_read_iter()
|
/linux/fs/hugetlbfs/ |
A D | inode.c | 305 n = copy_page_to_iter(&page[i], offset, chunksize, to); in hugetlbfs_read_actor()
|
/linux/fs/cifs/ |
A D | file.c | 3533 written = copy_page_to_iter(page, 0, copy, iter); in cifs_readdata_to_iov()
|
/linux/ |
A D | vmlinux.symvers | 10072 0x00000000 copy_page_to_iter vmlinux EXPORT_SYMBOL
|
A D | System.map | 16563 ffff800010494180 T copy_page_to_iter
|
A D | .tmp_System.map | 16563 ffff800010494180 T copy_page_to_iter
|
Completed in 417 milliseconds