Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs_sb.h28 struct squashfs_cache { struct
50 struct squashfs_cache *cache; argument
57 struct squashfs_cache *block_cache;
58 struct squashfs_cache *fragment_cache;
59 struct squashfs_cache *read_page;
Dsquashfs.h40 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);
Dcache.c67 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()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h40 struct squashfs_cache { struct
56 struct squashfs_cache *block_cache; argument
57 struct squashfs_cache *fragment_cache;
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h29 struct squashfs_cache { struct
48 struct squashfs_cache *block_cache; argument
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1017 if (!(msblk->block_cache = kmalloc(sizeof(struct squashfs_cache) * in squashfs_read_super()