Home
last modified time | relevance | path

Searched refs:squashfs_cache (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/squashfs/
Dsquashfs_fs_sb.h28 struct squashfs_cache { struct
51 struct squashfs_cache *cache; argument
60 struct squashfs_cache *block_cache;
61 struct squashfs_cache *fragment_cache;
62 struct squashfs_cache *read_page;
Dsquashfs.h35 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);
Dcache.c66 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()