Lines Matching refs:page
46 static int squashfs_symlink_readpage(struct file *file, struct page *page)
48 struct inode *inode = page->mapping->host;
51 int index = page->index << PAGE_CACHE_SHIFT;
59 TRACE("Entered squashfs_symlink_readpage, page index %ld, start block "
60 "%llx, offset %x\n", page->index, block, offset);
79 * kmap_atomic to map the page. Instead call the underlying
93 pageaddr = kmap_atomic(page, KM_USER0);
104 flush_dcache_page(page);
105 SetPageUptodate(page);
106 unlock_page(page);
110 SetPageError(page);
111 unlock_page(page);