block_cache       344 fs/squashfs/cache.c 		entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0);
block_cache        47 fs/squashfs/squashfs_fs_sb.h 	struct squashfs_cache			*block_cache;
block_cache       196 fs/squashfs/super.c 	msblk->block_cache = squashfs_cache_init("metadata",
block_cache       198 fs/squashfs/super.c 	if (msblk->block_cache == NULL)
block_cache       332 fs/squashfs/super.c 	squashfs_cache_delete(msblk->block_cache);
block_cache       394 fs/squashfs/super.c 		squashfs_cache_delete(sbi->block_cache);
block_cache        71 fs/squashfs/symlink.c 		entry = squashfs_cache_get(sb, msblk->block_cache, block, 0);