Lines Matching defs:page
35 struct page *page = &folio->page;
36 struct inode *inode = page->mapping->host;
39 int index = page->index << PAGE_SHIFT;
47 TRACE("Entered squashfs_symlink_readpage, page index %ld, start block "
48 "%llx, offset %x\n", page->index, block, offset);
67 * kmap_atomic to map the page. Instead call the underlying
81 pageaddr = kmap_atomic(page);
92 flush_dcache_page(page);
93 SetPageUptodate(page);
94 unlock_page(page);
98 SetPageError(page);
99 unlock_page(page);