squashfs_cache     53 fs/squashfs/cache.c 	struct squashfs_cache *cache, u64 block, int length)
squashfs_cache    175 fs/squashfs/cache.c 	struct squashfs_cache *cache = entry->cache;
squashfs_cache    197 fs/squashfs/cache.c void squashfs_cache_delete(struct squashfs_cache *cache)
squashfs_cache    223 fs/squashfs/cache.c struct squashfs_cache *squashfs_cache_init(char *name, int entries,
squashfs_cache    227 fs/squashfs/cache.c 	struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL);
squashfs_cache     22 fs/squashfs/squashfs.h extern struct squashfs_cache *squashfs_cache_init(char *, int, int);
squashfs_cache     23 fs/squashfs/squashfs.h extern void squashfs_cache_delete(struct squashfs_cache *);
squashfs_cache     25 fs/squashfs/squashfs.h 				struct squashfs_cache *, u64, int);
squashfs_cache     38 fs/squashfs/squashfs_fs_sb.h 	struct squashfs_cache	*cache;
squashfs_cache     47 fs/squashfs/squashfs_fs_sb.h 	struct squashfs_cache			*block_cache;
squashfs_cache     48 fs/squashfs/squashfs_fs_sb.h 	struct squashfs_cache			*fragment_cache;
squashfs_cache     49 fs/squashfs/squashfs_fs_sb.h 	struct squashfs_cache			*read_page;