ReactOS 0.4.16-dev-1946-g52006dd
_ExtGroupDescriptor Struct Reference

#include <ext.h>

Public Attributes

ULONG BlockBitmap
 
ULONG InodeBitmap
 
ULONG InodeTable
 
USHORT FreeBlocksCount
 
USHORT FreeInodesCount
 
USHORT UsedDirsCount
 

Detailed Description

Definition at line 118 of file ext.h.

Member Data Documentation

◆ BlockBitmap

ULONG _ExtGroupDescriptor::BlockBitmap

Definition at line 120 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ FreeBlocksCount

USHORT _ExtGroupDescriptor::FreeBlocksCount

Definition at line 123 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ FreeInodesCount

USHORT _ExtGroupDescriptor::FreeInodesCount

Definition at line 124 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ InodeBitmap

ULONG _ExtGroupDescriptor::InodeBitmap

Definition at line 121 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ InodeTable

ULONG _ExtGroupDescriptor::InodeTable

Definition at line 122 of file ext.h.

Referenced by ExtReadGroupDescriptor(), and ExtReadInode().

◆ UsedDirsCount

USHORT _ExtGroupDescriptor::UsedDirsCount

Definition at line 125 of file ext.h.

Referenced by ExtReadGroupDescriptor().


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