Home
last modified time | relevance | path

Searched refs:page_to_pgoff (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/mm/
Ddebug.c68 page->mapping, page_to_pgoff(page)); in __dump_page()
Dinternal.h339 pgoff_t pgoff = page_to_pgoff(page); in __vma_address()
Drmap.c1071 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()
Dmemory-failure.c448 pgoff = page_to_pgoff(page); in collect_procs_anon()
482 pgoff_t pgoff = page_to_pgoff(page); in collect_procs_file()
Dfilemap.c1504 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()
Dshmem.c835 VM_BUG_ON_PAGE(page_to_pgoff(page) != index, page); in shmem_undo_range()
/Linux-v4.19/include/linux/
Dpagemap.h429 static inline pgoff_t page_to_pgoff(struct page *page) in page_to_pgoff() function