squashfs_cache
struct squashfs_cache *cache = entry->cache;
void squashfs_cache_delete(struct squashfs_cache *cache)
struct squashfs_cache *squashfs_cache_init(char *name, int entries,
struct squashfs_cache *cache;
struct squashfs_cache *cache, u64 block, int length)
extern struct squashfs_cache *squashfs_cache_init(char *, int, int);
extern void squashfs_cache_delete(struct squashfs_cache *);
struct squashfs_cache *, u64, int);
struct squashfs_cache *cache;
struct squashfs_cache *block_cache;
struct squashfs_cache *fragment_cache;
struct squashfs_cache *read_page;