Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c161 struct ext2_group struct
163 uint32_t block_bitmap; // Block number of block bitmap
164 uint32_t inode_bitmap; // Block number of inode bitmap
165 uint32_t inode_table; // Block number of inode table
166 uint16_t free_blocks_count; // How many free blocks in this group?
167 uint16_t free_inodes_count; // How many free inodes in this group?
168 uint16_t used_dirs_count; // How many directories?
169 uint16_t reserved[7]; // pad to 32 bytes