Home
last modified time | relevance | path

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

/external/toybox/toys/
De2fs.h10 struct ext2_superblock { struct
11 uint32_t inodes_count; // Inodes count
12 uint32_t blocks_count; // Blocks count
13 uint32_t r_blocks_count; // Reserved blocks count
14 uint32_t free_blocks_count; // Free blocks count
15 uint32_t free_inodes_count; // Free inodes count
16 uint32_t first_data_block; // First Data Block
17 uint32_t log_block_size; // Block size
18 uint32_t log_frag_size; // Fragment size
19 uint32_t blocks_per_group; // Blocks per group
[all …]