ReactOS 0.4.15-dev-7961-gdcf9eb0
ext2_block_group Struct Reference

#include <ext2.h>

Public Attributes

ULONG block_id
 
ULONG inode_id
 
ULONG inode_table_id
 
USHORT free_blocks
 
USHORT free_inodes
 
USHORT used_dirs
 
USHORT pad
 
ULONG reserved [3]
 

Detailed Description

Definition at line 110 of file ext2.h.

Member Data Documentation

◆ block_id

ULONG ext2_block_group::block_id

Definition at line 112 of file ext2.h.

Referenced by Ext2ReadGroupDescriptor().

◆ free_blocks

USHORT ext2_block_group::free_blocks

Definition at line 115 of file ext2.h.

Referenced by Ext2ReadGroupDescriptor().

◆ free_inodes

USHORT ext2_block_group::free_inodes

Definition at line 116 of file ext2.h.

Referenced by Ext2ReadGroupDescriptor().

◆ inode_id

ULONG ext2_block_group::inode_id

Definition at line 113 of file ext2.h.

Referenced by Ext2ReadGroupDescriptor().

◆ inode_table_id

ULONG ext2_block_group::inode_table_id

Definition at line 114 of file ext2.h.

Referenced by Ext2ReadGroupDescriptor(), and Ext2ReadInode().

◆ pad

USHORT ext2_block_group::pad

Definition at line 118 of file ext2.h.

◆ reserved

ULONG ext2_block_group::reserved[3]

Definition at line 119 of file ext2.h.

◆ used_dirs

USHORT ext2_block_group::used_dirs

Definition at line 117 of file ext2.h.

Referenced by Ext2ReadGroupDescriptor().


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