Searched refs:copy_page_from_iter (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/include/linux/ |
D | uio.h | 91 size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes,
|
/linux-4.19.296/fs/ |
D | pipe.c | 416 ret = copy_page_from_iter(buf->page, offset, chars, from); in pipe_write() 458 copied = copy_page_from_iter(page, 0, PAGE_SIZE, from); in pipe_write()
|
/linux-4.19.296/fs/orangefs/ |
D | orangefs-bufmap.c | 504 if (copy_page_from_iter(page, 0, n, iter) != n) in orangefs_bufmap_copy_from_iovec()
|
/linux-4.19.296/lib/ |
D | iov_iter.c | 861 size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter() function 878 EXPORT_SYMBOL(copy_page_from_iter);
|
/linux-4.19.296/fs/cifs/ |
D | file.c | 2573 copied = copy_page_from_iter(wdata->pages[i], 0, bytes, from); in wdata_fill_from_iovec() 3144 result = copy_page_from_iter( in uncached_fill_pages() 3727 result = copy_page_from_iter( in readpages_fill_pages()
|
/linux-4.19.296/block/ |
D | bio.c | 1081 ret = copy_page_from_iter(bvec->bv_page, in bio_copy_from_iter()
|
/linux-4.19.296/fs/ceph/ |
D | file.c | 1189 ret = copy_page_from_iter(pages[n], 0, plen, from); in ceph_sync_write()
|
/linux-4.19.296/fs/fuse/ |
D | file.c | 2620 c = copy_page_from_iter(pages[i], 0, PAGE_SIZE, &ii); in fuse_do_ioctl()
|