Lines Matching defs:page
33 static int squashfs_symlink_readpage(struct file *file, struct page *page)
35 struct inode *inode = page->mapping->host;
38 int index = page->index << PAGE_SHIFT;
46 TRACE("Entered squashfs_symlink_readpage, page index %ld, start block "
47 "%llx, offset %x\n", page->index, block, offset);
66 * kmap_atomic to map the page. Instead call the underlying
80 pageaddr = kmap_atomic(page);
91 flush_dcache_page(page);
92 SetPageUptodate(page);
93 unlock_page(page);
97 SetPageError(page);
98 unlock_page(page);