Home
last modified time | relevance | path

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

/mm/
Dhuge_memory.c3042 struct page *fpage = pagecache_get_page(mapping, index, in split_huge_pages_in_file() local
3046 if (xa_is_value(fpage) || !fpage) in split_huge_pages_in_file()
3049 if (!is_transparent_hugepage(fpage)) in split_huge_pages_in_file()
3053 nr_pages = thp_nr_pages(fpage); in split_huge_pages_in_file()
3055 if (!trylock_page(fpage)) in split_huge_pages_in_file()
3058 if (!split_huge_page(fpage)) in split_huge_pages_in_file()
3061 unlock_page(fpage); in split_huge_pages_in_file()
3063 put_page(fpage); in split_huge_pages_in_file()