Searched refs:page_to_pgoff (Results 1 – 7 of 7) sorted by relevance
100 page_to_pgoff(page), page_to_pfn(page)); in __dump_page()
1084 VM_BUG_ON_PAGE(page_to_pgoff(page) != linear_page_index(vma, address), in __page_check_anon_rmap()1864 pgoff_start = page_to_pgoff(page); in rmap_walk_anon()1917 pgoff_start = page_to_pgoff(page); in rmap_walk_file()
387 pgoff_t pgoff = page_to_pgoff(page); in __vma_address()
484 pgoff = page_to_pgoff(page); in collect_procs_anon()518 pgoff = page_to_pgoff(page); in collect_procs_file()
2762 VM_BUG_ON_PAGE(page_to_pgoff(page) != offset, page); in filemap_fault()
940 VM_BUG_ON_PAGE(page_to_pgoff(page) != index, page); in shmem_undo_range()
527 static inline pgoff_t page_to_pgoff(struct page *page) in page_to_pgoff() function