HomeSort by relevance Sort by last modified time
    Searched refs:fragment_cache (Results 1 - 7 of 7) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 58 struct squashfs_cache *fragment_cache; member in struct:squashfs_sb_info
super.c 221 msblk->fragment_cache = squashfs_cache_init("fragment",
223 if (msblk->fragment_cache == NULL) {
281 squashfs_cache_delete(msblk->fragment_cache);
330 squashfs_cache_delete(sbi->fragment_cache);
cache.c 375 return squashfs_cache_get(sb, msblk->fragment_cache, start_block,
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 57 struct squashfs_cache *fragment_cache; member in struct:squashfs_sb_info
  /external/squashfs-tools/squashfs-tools/
unsquashfs_info.c 91 dump_cache(fragment_cache);
unsquashfs.h 243 extern struct cache *fragment_cache, *data_cache;
unsquashfs.c 46 struct cache *fragment_cache, *data_cache; variable in typeref:struct:cache
1056 block->buffer = cache_get(fragment_cache, start, size);
    [all...]

Completed in 93 milliseconds