fragment_cache    384 fs/squashfs/cache.c 	return squashfs_cache_get(sb, msblk->fragment_cache, start_block,
fragment_cache     48 fs/squashfs/squashfs_fs_sb.h 	struct squashfs_cache			*fragment_cache;
fragment_cache    272 fs/squashfs/super.c 	msblk->fragment_cache = squashfs_cache_init("fragment",
fragment_cache    274 fs/squashfs/super.c 	if (msblk->fragment_cache == NULL) {
fragment_cache    333 fs/squashfs/super.c 	squashfs_cache_delete(msblk->fragment_cache);
fragment_cache    395 fs/squashfs/super.c 		squashfs_cache_delete(sbi->fragment_cache);