Searched refs:copy_page_from_iter_atomic (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | uio.h | 166 size_t copy_page_from_iter_atomic(struct page *page, size_t offset, 191 return copy_page_from_iter_atomic(&folio->page, offset, bytes, i); in copy_folio_from_iter_atomic()
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 569 size_t copy_page_from_iter_atomic(struct page *page, size_t offset, in copy_page_from_iter_atomic() function 603 EXPORT_SYMBOL(copy_page_from_iter_atomic);
|
/openbmc/linux/fs/ntfs3/ |
H A D | file.c | 1002 cp = copy_page_from_iter_atomic(page, off, in ntfs_compress_write()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | porting.rst | 899 iov_iter_copy_from_user_atomic() is gone; use copy_page_from_iter_atomic(). 900 The difference is copy_page_from_iter_atomic() advances the iterator and
|
/openbmc/linux/fs/ntfs/ |
H A D | file.c | 1689 copied = copy_page_from_iter_atomic(*pages, ofs, len, i); in ntfs_copy_from_user_iter()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 4012 copied = copy_page_from_iter_atomic(page, offset, bytes, i); in generic_perform_write()
|
/openbmc/linux/fs/btrfs/ |
H A D | file.c | 60 copied = copy_page_from_iter_atomic(page, offset, count, i); in btrfs_copy_from_user()
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 1199 tmp = copy_page_from_iter_atomic(page, offset, bytes, ii); in fuse_fill_write_pages()
|