Searched refs:squashfs_cache (Results 1 – 3 of 3) sorted by relevance
15 struct squashfs_cache { struct38 struct squashfs_cache *cache; argument47 struct squashfs_cache *block_cache;48 struct squashfs_cache *fragment_cache;49 struct squashfs_cache *read_page;
22 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);23 extern void squashfs_cache_delete(struct squashfs_cache *);25 struct squashfs_cache *, u64, int);
53 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get()175 struct squashfs_cache *cache = entry->cache; in squashfs_cache_put()197 void squashfs_cache_delete(struct squashfs_cache *cache) in squashfs_cache_delete()223 struct squashfs_cache *squashfs_cache_init(char *name, int entries, in squashfs_cache_init()227 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); in squashfs_cache_init()
Completed in 4 milliseconds