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