Home
last modified time | relevance | path

Searched defs:erofs_super_block (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Derofs_fs.h20 struct erofs_super_block { struct
21 /* 0 */__le32 magic; /* in the little endian */
22 /* 4 */__le32 checksum; /* crc32c(super_block) */
23 /* 8 */__le32 features;
24 /* 12 */__u8 blkszbits; /* support block_size == PAGE_SIZE only */
25 /* 13 */__u8 reserved;
27 /* 14 */__le16 root_nid;
28 /* 16 */__le64 inos; /* total valid ino # (== f_files - f_favail) */
30 /* 24 */__le64 build_time; /* inode v1 time derivation */
31 /* 32 */__le32 build_time_nsec;
[all …]