Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpagemap.h663 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask);
/linux-4.4.14/mm/
Dfilemap.c516 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask) in replace_page_cache_page() function
563 EXPORT_SYMBOL_GPL(replace_page_cache_page);
/linux-4.4.14/fs/fuse/
Ddev.c894 err = replace_page_cache_page(oldpage, newpage, GFP_KERNEL); in fuse_try_move_page()