Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Duio.h179 size_t copy_page_from_iter_atomic(struct page *page, size_t offset,
210 return copy_page_from_iter_atomic(&folio->page, offset, bytes, i); in copy_folio_from_iter_atomic()
/linux-6.15/lib/
H A Diov_iter.c460 size_t copy_page_from_iter_atomic(struct page *page, size_t offset, in copy_page_from_iter_atomic() function
491 EXPORT_SYMBOL(copy_page_from_iter_atomic);
/linux-6.15/fs/ntfs3/
H A Dfile.c1154 cp = copy_page_from_iter_atomic(page, off, in ntfs_compress_write()
/linux-6.15/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