Lines Matching defs:target_page
21 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize,
25 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize,
29 struct inode *inode = target_page->mapping->host;
34 int start_index = target_page->index & ~mask;
60 page[i] = (n == target_page->index) ? target_page :
61 grab_cache_page_nowait(target_page->mapping, n);
84 res = squashfs_read_cache(target_page, block, bsize, pages,
115 if (page[i] != target_page)
129 if (page[i] == NULL || page[i] == target_page)
144 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize,
147 struct inode *i = target_page->mapping->host;
167 if (page[n] != target_page)