ReactOS 0.4.16-dev-927-g467dec4
_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 106 of file ext.h.

Member Data Documentation

◆ BlockBitmap

ULONG _ExtGroupDescriptor::BlockBitmap

Definition at line 108 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ FreeBlocksCount

USHORT _ExtGroupDescriptor::FreeBlocksCount

Definition at line 111 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ FreeInodesCount

USHORT _ExtGroupDescriptor::FreeInodesCount

Definition at line 112 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ InodeBitmap

ULONG _ExtGroupDescriptor::InodeBitmap

Definition at line 109 of file ext.h.

Referenced by ExtReadGroupDescriptor().

◆ InodeTable

ULONG _ExtGroupDescriptor::InodeTable

Definition at line 110 of file ext.h.

Referenced by ExtReadGroupDescriptor(), and ExtReadInode().

◆ UsedDirsCount

USHORT _ExtGroupDescriptor::UsedDirsCount

Definition at line 113 of file ext.h.

Referenced by ExtReadGroupDescriptor().


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