Searched defs:GroupDesc (Results 1 – 1 of 1) sorted by relevance
7 typedef struct GroupDesc GroupDesc; typedef57 struct GroupDesc struct59 uint bg_block_bitmap; /* Blocks bitmap block */60 uint bg_inode_bitmap; /* Inodes bitmap block */61 uint bg_inode_table; /* Inodes table block */62 ushort bg_free_blocks_count; /* Free blocks count */63 ushort bg_free_inodes_count; /* Free inodes count */64 ushort bg_used_dirs_count; /* Directories count */65 ushort bg_pad;66 uint bg_reserved[3];