Home
last modified time | relevance | path

Searched refs:fragment_cache (Results 1 – 7 of 7) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c221 msblk->fragment_cache = squashfs_cache_init("fragment", in squashfs_fill_super()
223 if (msblk->fragment_cache == NULL) { in squashfs_fill_super()
281 squashfs_cache_delete(msblk->fragment_cache); in squashfs_fill_super()
330 squashfs_cache_delete(sbi->fragment_cache); in squashfs_put_super()
Dsquashfs_fs_sb.h58 struct squashfs_cache *fragment_cache; member
Dcache.c375 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h57 struct squashfs_cache *fragment_cache; member
/external/squashfs-tools/squashfs-tools/
Dunsquashfs_info.c91 dump_cache(fragment_cache); in dump_state()
Dunsquashfs.h243 extern struct cache *fragment_cache, *data_cache;
Dunsquashfs.c46 struct cache *fragment_cache, *data_cache; variable
1056 block->buffer = cache_get(fragment_cache, start, size); in write_file()
2326 fragment_cache = cache_init(block_size, fragment_buffer_size); in initialise_threads()