Searched defs:ext2_group (Results 1 – 1 of 1) sorted by relevance
161 struct ext2_group struct163 uint32_t block_bitmap; // Block number of block bitmap164 uint32_t inode_bitmap; // Block number of inode bitmap165 uint32_t inode_table; // Block number of inode table166 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