Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpagemap.h749 #define swapcache_index(folio) __page_file_index(&(folio)->page)
Dmm.h2208 extern pgoff_t __page_file_index(struct page *page);
2217 return __page_file_index(page); in page_index()
/Linux-v6.6/mm/
Dswapfile.c237 offset = __page_file_index(page); in swap_page_sector()
3385 pgoff_t __page_file_index(struct page *page) in __page_file_index() function
3390 EXPORT_SYMBOL_GPL(__page_file_index);