Searched defs:squashfs_sb_info (Results 1 – 3 of 3) sorted by relevance
43 struct squashfs_sb_info { struct44 struct squashfs_super_block sblk;45 int devblksize;46 int devblksize_log2;47 int swap;48 struct squashfs_cache *block_cache;49 struct squashfs_fragment_cache *fragment;50 int next_cache;51 int next_fragment;52 int next_meta_index;[all …]
53 struct squashfs_sb_info { struct54 int devblksize;55 int devblksize_log2;56 struct squashfs_cache *block_cache;57 struct squashfs_cache *fragment_cache;58 int next_meta_index;59 __le64 *id_table;60 __le64 *fragment_index;61 unsigned int *fragment_index_2;62 char *read_page;[all …]
54 struct squashfs_sb_info { struct55 int devblksize;56 int devblksize_log2;57 struct squashfs_cache *block_cache;58 struct squashfs_cache *fragment_cache;59 struct squashfs_cache *read_page;60 int next_meta_index;61 __le64 *id_table;62 __le64 *fragment_index;63 unsigned int *fragment_index_2;[all …]