|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext.h>
Public Attributes | |
| ULONG | BlockBitmap |
| ULONG | InodeBitmap |
| ULONG | InodeTable |
| USHORT | FreeBlocksCount |
| USHORT | FreeInodesCount |
| USHORT | UsedDirsCount |
| ULONG _ExtGroupDescriptor::BlockBitmap |
Definition at line 120 of file ext.h.
Referenced by ExtReadGroupDescriptor().
| USHORT _ExtGroupDescriptor::FreeBlocksCount |
Definition at line 123 of file ext.h.
Referenced by ExtReadGroupDescriptor().
| USHORT _ExtGroupDescriptor::FreeInodesCount |
Definition at line 124 of file ext.h.
Referenced by ExtReadGroupDescriptor().
| ULONG _ExtGroupDescriptor::InodeBitmap |
Definition at line 121 of file ext.h.
Referenced by ExtReadGroupDescriptor().
| ULONG _ExtGroupDescriptor::InodeTable |
Definition at line 122 of file ext.h.
Referenced by ExtReadGroupDescriptor(), and ExtReadInode().
| USHORT _ExtGroupDescriptor::UsedDirsCount |
Definition at line 125 of file ext.h.
Referenced by ExtReadGroupDescriptor().