Searched defs:squashfs_super_block (Results 1 – 9 of 9) sorted by relevance
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 …]
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 …]
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 …]
15913 struct squashfs_super_block { struct15914 __le32 s_magic;15915 __le32 inodes;15916 __le32 mkfs_time;15917 __le32 block_size;15918 __le32 fragments;15919 __le16 compression;15920 __le16 block_log;15921 __le16 flags;15922 __le16 no_ids;[all …]
14176 struct squashfs_super_block { struct14177 __le32 s_magic;14178 __le32 inodes;14179 __le32 mkfs_time;14180 __le32 block_size;14181 __le32 fragments;14182 __le16 compression;14183 __le16 block_log;14184 __le16 flags;14185 __le16 no_ids;[all …]
13000 struct squashfs_super_block { struct13001 __le32 s_magic;13002 __le32 inodes;13003 __le32 mkfs_time;13004 __le32 block_size;13005 __le32 fragments;13006 __le16 compression;13007 __le16 block_log;13008 __le16 flags;13009 __le16 no_ids;[all …]