Searched defs:squashfs_sb_info (Results 1 – 1 of 1) sorted by relevance
56 struct squashfs_sb_info { struct57 const struct squashfs_decompressor *decompressor;58 int devblksize;59 int devblksize_log2;60 struct squashfs_cache *block_cache;61 struct squashfs_cache *fragment_cache;62 struct squashfs_cache *read_page;63 int next_meta_index;64 __le64 *id_table;65 __le64 *fragment_index;[all …]