Searched refs:target_page (Results 1 – 1 of 1) sorted by relevance
22 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() argument26 struct inode *inode = target_page->mapping->host; in squashfs_readpage_block()31 int start_index = target_page->index & ~mask; in squashfs_readpage_block()49 page[i] = (n == target_page->index) ? target_page : in squashfs_readpage_block()50 grab_cache_page_nowait(target_page->mapping, n); in squashfs_readpage_block()100 if (page[i] != target_page) in squashfs_readpage_block()113 if (page[i] == NULL || page[i] == target_page) in squashfs_readpage_block()