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