Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpagemap.h639 #define swapcache_index(folio) __page_file_index(&(folio)->page)
Dmm.h1789 extern pgoff_t __page_file_index(struct page *page);
1798 return __page_file_index(page); in page_index()
/Linux-v6.1/mm/
Dswapfile.c235 offset = __page_file_index(page); in swap_page_sector()
3394 pgoff_t __page_file_index(struct page *page) in __page_file_index() function
3399 EXPORT_SYMBOL_GPL(__page_file_index);