Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpagemap.h774 #define swapcache_index(folio) __page_file_index(&(folio)->page)
H A Dmm.h2210 extern pgoff_t __page_file_index(struct page *page);
2219 return __page_file_index(page); in page_index()
/openbmc/linux/mm/
H A Dswapfile.c237 offset = __page_file_index(page); in swap_page_sector()
3409 pgoff_t __page_file_index(struct page *page) in __page_file_index() function
3414 EXPORT_SYMBOL_GPL(__page_file_index);