Home
last modified time | relevance | path

Searched refs:copy_page_from_iter_atomic (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Duio.h166 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 Diov_iter.c569 size_t copy_page_from_iter_atomic(struct page *page, size_t offset, in copy_page_from_iter_atomic() function
601 EXPORT_SYMBOL(copy_page_from_iter_atomic);
/openbmc/linux/fs/ntfs3/
H A Dfile.c1003 cp = copy_page_from_iter_atomic(page, off, in ntfs_compress_write()
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst899 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 Dfile.c1689 copied = copy_page_from_iter_atomic(*pages, ofs, len, i); in ntfs_copy_from_user_iter()
/openbmc/linux/mm/
H A Dfilemap.c3986 copied = copy_page_from_iter_atomic(page, offset, bytes, i); in generic_perform_write()
/openbmc/linux/fs/btrfs/
H A Dfile.c60 copied = copy_page_from_iter_atomic(page, offset, count, i); in btrfs_copy_from_user()
/openbmc/linux/fs/fuse/
H A Dfile.c1199 tmp = copy_page_from_iter_atomic(page, offset, bytes, ii); in fuse_fill_write_pages()