Searched refs:squashfs_cache (Results 1 – 3 of 3) sorted by relevance
28 struct squashfs_cache { struct51 struct squashfs_cache *cache; argument60 struct squashfs_cache *block_cache;61 struct squashfs_cache *fragment_cache;62 struct squashfs_cache *read_page;
35 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);36 extern void squashfs_cache_delete(struct squashfs_cache *);38 struct squashfs_cache *, u64, int);
66 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get()188 struct squashfs_cache *cache = entry->cache; in squashfs_cache_put()210 void squashfs_cache_delete(struct squashfs_cache *cache) in squashfs_cache_delete()236 struct squashfs_cache *squashfs_cache_init(char *name, int entries, in squashfs_cache_init()240 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); in squashfs_cache_init()