Searched refs:page_to_pgoff (Results 1 – 7 of 7) sorted by relevance
68 page->mapping, page_to_pgoff(page)); in __dump_page()
339 pgoff_t pgoff = page_to_pgoff(page); in __vma_address()
1071 BUG_ON(page_to_pgoff(page) != linear_page_index(vma, address)); in __page_check_anon_rmap()1820 pgoff_start = page_to_pgoff(page); in rmap_walk_anon()1873 pgoff_start = page_to_pgoff(page); in rmap_walk_file()
448 pgoff = page_to_pgoff(page); in collect_procs_anon()482 pgoff_t pgoff = page_to_pgoff(page); in collect_procs_file()
1504 VM_BUG_ON_PAGE(page_to_pgoff(page) != offset, page); in find_lock_entry()1840 if (page->mapping == NULL || page_to_pgoff(page) != iter.index) { in find_get_pages_contig()
835 VM_BUG_ON_PAGE(page_to_pgoff(page) != index, page); in shmem_undo_range()
429 static inline pgoff_t page_to_pgoff(struct page *page) in page_to_pgoff() function