Searched refs:copy_page_to_iter_nofault (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
D | uio.h | 204 size_t copy_page_to_iter_nofault(struct page *page, unsigned offset,
|
/linux-6.12.1/lib/ |
D | iov_iter.c | 378 size_t copy_page_to_iter_nofault(struct page *page, unsigned offset, size_t bytes, in copy_page_to_iter_nofault() function 409 EXPORT_SYMBOL(copy_page_to_iter_nofault);
|
/linux-6.12.1/mm/ |
D | vmalloc.c | 4156 copied = copy_page_to_iter_nofault(ZERO_PAGE(0), 0, num, iter); in zero_iter() 4196 copied = copy_page_to_iter_nofault(page, offset, in aligned_vread_iter()
|