Searched refs:squashfs_cache (Results 1 – 6 of 6) sorted by relevance
28 struct squashfs_cache { struct50 struct squashfs_cache *cache; argument57 struct squashfs_cache *block_cache;58 struct squashfs_cache *fragment_cache;59 struct squashfs_cache *read_page;
40 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);41 extern void squashfs_cache_delete(struct squashfs_cache *);43 struct squashfs_cache *, u64, int);
67 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get()186 struct squashfs_cache *cache = entry->cache; in squashfs_cache_put()208 void squashfs_cache_delete(struct squashfs_cache *cache) in squashfs_cache_delete()233 struct squashfs_cache *squashfs_cache_init(char *name, int entries, in squashfs_cache_init()237 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); in squashfs_cache_init()
40 struct squashfs_cache { struct56 struct squashfs_cache *block_cache; argument57 struct squashfs_cache *fragment_cache;
29 struct squashfs_cache { struct48 struct squashfs_cache *block_cache; argument
1017 if (!(msblk->block_cache = kmalloc(sizeof(struct squashfs_cache) * in squashfs_read_super()