Searched defs:squashfs_super_block (Results 1 – 11 of 11) 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 …]
282 struct squashfs_super_block { struct283 unsigned int s_magic;284 unsigned int inodes;285 int mkfs_time /* time of filesystem creation */;286 unsigned int block_size;287 unsigned int fragments;288 unsigned short compression;289 unsigned short block_log;290 unsigned short flags;291 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 …]
47223 struct squashfs_super_block { struct47224 __le32 s_magic;47225 __le32 inodes;47226 __le32 mkfs_time;47227 __le32 block_size;47228 __le32 fragments;47229 __le16 compression;47230 __le16 block_log;47231 __le16 flags;47232 __le16 no_ids;[all …]
120834 struct squashfs_super_block { struct120835 __le32 s_magic;120836 __le32 inodes;120837 __le32 mkfs_time;120838 __le32 block_size;120839 __le32 fragments;120840 __le16 compression;120841 __le16 block_log;120842 __le16 flags;120843 __le16 no_ids;[all …]
61303 struct squashfs_super_block { struct61304 __le32 s_magic;61305 __le32 inodes;61306 __le32 mkfs_time;61307 __le32 block_size;61308 __le32 fragments;61309 __le16 compression;61310 __le16 block_log;61311 __le16 flags;61312 __le16 no_ids;[all …]
5787 struct squashfs_super_block { struct5788 __le32 s_magic;5789 __le32 inodes;5790 __le32 mkfs_time;5791 __le32 block_size;5792 __le32 fragments;5793 __le16 compression;5794 __le16 block_log;5795 __le16 flags;5796 __le16 no_ids;[all …]