Home
last modified time | relevance | path

Searched refs:page_to_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dtruncate.c350 WARN_ON(page_to_index(page) != index); in truncate_inode_pages_range()
444 WARN_ON(page_to_index(page) != index); in truncate_inode_pages_range()
559 WARN_ON(page_to_index(page) != index); in __invalidate_mapping_pages()
748 WARN_ON(page_to_index(page) != index); in invalidate_inode_pages2_range()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h505 static inline pgoff_t page_to_index(struct page *page) in page_to_index() function
531 return page_to_index(page); in page_to_pgoff()