Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpagemap.h655 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask);
/linux-4.1.27/mm/
Dfilemap.c461 int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask) in replace_page_cache_page() function
499 EXPORT_SYMBOL_GPL(replace_page_cache_page);
/linux-4.1.27/fs/fuse/
Ddev.c905 err = replace_page_cache_page(oldpage, newpage, GFP_KERNEL); in fuse_try_move_page()