Searched defs:squashfs_sb_info (Results 1 – 1 of 1) sorted by relevance
43 struct squashfs_sb_info { struct44 const struct squashfs_decompressor *decompressor;45 int devblksize;46 int devblksize_log2;47 struct squashfs_cache *block_cache;48 struct squashfs_cache *fragment_cache;49 struct squashfs_cache *read_page;50 struct address_space *cache_mapping;51 int next_meta_index;52 __le64 *id_table;[all …]