Searched defs:erofs_super_block (Results 1 – 1 of 1) sorted by relevance
31 struct erofs_super_block { struct32 __le32 magic; /* file system magic number */33 __le32 checksum; /* crc32c(super_block) */34 __le32 feature_compat;35 __u8 blkszbits; /* support block_size == PAGE_SIZE only */36 __u8 sb_extslots; /* superblock size = 128 + sb_extslots * 16 */38 __le16 root_nid; /* nid of root directory */39 __le64 inos; /* total valid ino # (== f_files - f_favail) */41 __le64 build_time; /* inode v1 time derivation */42 __le32 build_time_nsec; /* inode v1 time derivation in nano scale */[all …]