Searched defs:ext2_group (Results 1 – 1 of 1) sorted by relevance
65 struct ext2_group struct67 uint32_t block_bitmap; // Block number of block bitmap68 uint32_t inode_bitmap; // Block number of inode bitmap69 uint32_t inode_table; // Block number of inode table70 uint16_t free_blocks_count; // How many free blocks in this group?71 uint16_t free_inodes_count; // How many free inodes in this group?72 uint16_t used_dirs_count; // How many directories?73 uint16_t reserved[7]; // pad to 32 bytes