ReactOS 0.4.16-dev-927-g467dec4
|
#include <ext.h>
Public Attributes | |
ULONG | BlockBitmap |
ULONG | InodeBitmap |
ULONG | InodeTable |
USHORT | FreeBlocksCount |
USHORT | FreeInodesCount |
USHORT | UsedDirsCount |
ULONG _ExtGroupDescriptor::BlockBitmap |
Definition at line 108 of file ext.h.
Referenced by ExtReadGroupDescriptor().
USHORT _ExtGroupDescriptor::FreeBlocksCount |
Definition at line 111 of file ext.h.
Referenced by ExtReadGroupDescriptor().
USHORT _ExtGroupDescriptor::FreeInodesCount |
Definition at line 112 of file ext.h.
Referenced by ExtReadGroupDescriptor().
ULONG _ExtGroupDescriptor::InodeBitmap |
Definition at line 109 of file ext.h.
Referenced by ExtReadGroupDescriptor().
ULONG _ExtGroupDescriptor::InodeTable |
Definition at line 110 of file ext.h.
Referenced by ExtReadGroupDescriptor(), and ExtReadInode().
USHORT _ExtGroupDescriptor::UsedDirsCount |
Definition at line 113 of file ext.h.
Referenced by ExtReadGroupDescriptor().