Home
last modified time | relevance | path

Searched refs:replace_page_cache_page (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpagemap.h760 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask);
/kernel/linux/linux-5.10/mm/
H A Dfilemap.c775 * replace_page_cache_page - replace a pagecache page with a new one
790 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask) in replace_page_cache_page() function
828 EXPORT_SYMBOL_GPL(replace_page_cache_page); variable
/kernel/linux/linux-5.10/fs/fuse/
H A Ddev.c848 err = replace_page_cache_page(oldpage, newpage, GFP_KERNEL); in fuse_try_move_page()

Completed in 10 milliseconds