Home
last modified time | relevance | path

Searched defs:squashfs_sb_info (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h43 struct squashfs_sb_info { struct
44 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 …]
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h53 struct squashfs_sb_info { struct
54 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 …]
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs_sb.h54 struct squashfs_sb_info { struct
55 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 …]