squashfs_cache_get
entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0);
return squashfs_cache_get(sb, msblk->fragment_cache, start_block,
return squashfs_cache_get(sb, msblk->read_page, start_block, length);
extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
entry = squashfs_cache_get(sb, msblk->block_cache, block, 0);