Searched defs:squashfs_super_block (Results 1 – 4 of 4) sorted by relevance
216 struct squashfs_super_block { struct217 __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 …]
217 struct squashfs_super_block { struct218 __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 …]
281 struct squashfs_super_block { struct282 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 …]
216 struct squashfs_super_block { struct217 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 …]