Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c106 struct ext2_superblock { struct
107 uint32_t inodes_count; // Inodes count
108 uint32_t blocks_count; // Blocks count
109 uint32_t r_blocks_count; // Reserved blocks count
110 uint32_t free_blocks_count; // Free blocks count
111 uint32_t free_inodes_count; // Free inodes count
112 uint32_t first_data_block; // First Data Block
113 uint32_t log_block_size; // Block size
114 uint32_t log_frag_size; // Fragment size
115 uint32_t blocks_per_group; // Blocks per group
[all …]