Searched refs:copy_page_from_iter_atomic (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/ |
D | uio.h | 170 size_t copy_page_from_iter_atomic(struct page *page, size_t offset, 201 return copy_page_from_iter_atomic(&folio->page, offset, bytes, i); in copy_folio_from_iter_atomic()
|
/linux-6.12.1/lib/ |
D | iov_iter.c | 460 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.12.1/fs/ntfs3/ |
D | file.c | 1128 cp = copy_page_from_iter_atomic(page, off, in ntfs_compress_write()
|
/linux-6.12.1/Documentation/filesystems/ |
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
|
/linux-6.12.1/fs/btrfs/ |
D | file.c | 59 copied = copy_page_from_iter_atomic(page, offset, count, i); in btrfs_copy_from_user()
|
/linux-6.12.1/fs/fuse/ |
D | file.c | 1216 tmp = copy_page_from_iter_atomic(page, offset, bytes, ii); in fuse_fill_write_pages()
|