Home
last modified time | relevance | path

Searched defs:squashfs_super_block (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h216 struct squashfs_super_block { struct
217 __le32 s_magic;
218 __le32 inodes;
219 __le32 mkfs_time;
220 __le32 block_size;
221 __le32 fragments;
222 __le16 compression;
223 __le16 block_log;
224 __le16 flags;
225 __le16 no_ids;
[all …]
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h217 struct squashfs_super_block { struct
218 __le32 s_magic;
219 __le32 inodes;
220 __le32 mkfs_time;
221 __le32 block_size;
222 __le32 fragments;
223 __le16 compression;
224 __le16 block_log;
225 __le16 flags;
226 __le16 no_ids;
[all …]
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h281 struct squashfs_super_block { struct
282 unsigned int s_magic;
283 unsigned int inodes;
284 int mkfs_time /* time of filesystem creation */;
285 unsigned int block_size;
286 unsigned int fragments;
287 unsigned short compression;
288 unsigned short block_log;
289 unsigned short flags;
290 unsigned short no_ids;
[all …]
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h216 struct squashfs_super_block { struct
217 unsigned int s_magic;
218 unsigned int inodes;
219 unsigned int bytes_used_2;
220 unsigned int uid_start_2;
221 unsigned int guid_start_2;
222 unsigned int inode_table_start_2;
223 unsigned int directory_table_start_2;
224 unsigned int s_major:16;
225 unsigned int s_minor:16;
[all …]