Searched defs:erofs_super_block (Results 1 – 1 of 1) sorted by relevance
48 struct erofs_super_block { struct49 __le32 magic; /* file system magic number */50 __le32 checksum; /* crc32c(super_block) */51 __le32 feature_compat;52 __u8 blkszbits; /* support block_size == PAGE_SIZE only */53 __u8 sb_extslots; /* superblock size = 128 + sb_extslots * 16 */55 __le16 root_nid; /* nid of root directory */56 __le64 inos; /* total valid ino # (== f_files - f_favail) */58 __le64 build_time; /* compact inode time derivation */59 __le32 build_time_nsec; /* compact inode time derivation in ns scale */[all …]