Home
last modified time | relevance | path

Searched refs:is_fsdax_page (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmemremap.h221 static inline bool is_fsdax_page(const struct page *page) in is_fsdax_page() function
/linux/mm/
H A Dmemory.c4436 if (!vmf->page || is_fsdax_page(vmf->page)) { in do_wp_page()