MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
ext2_group_descriptor_t Struct Reference

Entry of the Block Group Descriptor Table (BGDT). More...

Public Attributes

uint32_t block_bitmap
 The block number of the block bitmap for this Block Group.
 
uint32_t inode_bitmap
 The block number of the inode allocation bitmap for this Block Group.
 
uint32_t inode_table
 The block number of the starting block for the inode table for this Block Group.
 
uint16_t free_blocks_count
 Number of free blocks.
 
uint16_t free_inodes_count
 Number of free inodes.
 
uint16_t used_dirs_count
 Number of used directories.
 
uint16_t pad
 Padding.
 
uint32_t reserved [3]
 Reserved.
 

Detailed Description

Entry of the Block Group Descriptor Table (BGDT).


The documentation for this struct was generated from the following file: