Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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()
/Linux-v6.6/lib/
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);
/Linux-v6.6/fs/ntfs3/
Dfile.c976 cp = copy_page_from_iter_atomic(page, off, in ntfs_compress_write()
/Linux-v6.6/Documentation/filesystems/
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
/Linux-v6.6/fs/ntfs/
Dfile.c1689 copied = copy_page_from_iter_atomic(*pages, ofs, len, i); in ntfs_copy_from_user_iter()
/Linux-v6.6/mm/
Dfilemap.c3977 copied = copy_page_from_iter_atomic(page, offset, bytes, i); in generic_perform_write()
/Linux-v6.6/fs/btrfs/
Dfile.c60 copied = copy_page_from_iter_atomic(page, offset, count, i); in btrfs_copy_from_user()
/Linux-v6.6/fs/fuse/
Dfile.c1199 tmp = copy_page_from_iter_atomic(page, offset, bytes, ii); in fuse_fill_write_pages()