ReactOS 0.4.16-dev-942-g91fadeb
_EXT_SUPER_BLOCK Struct Reference

#include <ext.h>

Public Attributes

ULONG InodesCount
 
ULONG BlocksCount
 
ULONG ReservedBlocksCount
 
ULONG FreeBlocksCount
 
ULONG FreeInodesCount
 
ULONG FirstDataBlock
 
ULONG LogBlockSize
 
LONG LogFragSize
 
ULONG BlocksPerGroup
 
ULONG FragsPerGroup
 
ULONG InodesPerGroup
 
ULONG MountTime
 
ULONG WriteTime
 
USHORT MountCount
 
SHORT MaxMountCount
 
USHORT Magic
 
USHORT State
 
USHORT Errors
 
USHORT MinorRevLevel
 
ULONG LastCheck
 
ULONG CheckInterval
 
ULONG CreatorOS
 
ULONG RevLevel
 
USHORT DefResUid
 
USHORT DefResGid
 

Detailed Description

Definition at line 10 of file ext.h.

Member Data Documentation

◆ BlocksCount

ULONG _EXT_SUPER_BLOCK::BlocksCount

Definition at line 12 of file ext.h.

◆ BlocksPerGroup

ULONG _EXT_SUPER_BLOCK::BlocksPerGroup

Definition at line 19 of file ext.h.

◆ CheckInterval

ULONG _EXT_SUPER_BLOCK::CheckInterval

Definition at line 31 of file ext.h.

◆ CreatorOS

ULONG _EXT_SUPER_BLOCK::CreatorOS

Definition at line 32 of file ext.h.

◆ DefResGid

USHORT _EXT_SUPER_BLOCK::DefResGid

Definition at line 35 of file ext.h.

◆ DefResUid

USHORT _EXT_SUPER_BLOCK::DefResUid

Definition at line 34 of file ext.h.

◆ Errors

USHORT _EXT_SUPER_BLOCK::Errors

Definition at line 28 of file ext.h.

◆ FirstDataBlock

ULONG _EXT_SUPER_BLOCK::FirstDataBlock

Definition at line 16 of file ext.h.

◆ FragsPerGroup

ULONG _EXT_SUPER_BLOCK::FragsPerGroup

Definition at line 20 of file ext.h.

◆ FreeBlocksCount

ULONG _EXT_SUPER_BLOCK::FreeBlocksCount

Definition at line 14 of file ext.h.

◆ FreeInodesCount

ULONG _EXT_SUPER_BLOCK::FreeInodesCount

Definition at line 15 of file ext.h.

◆ InodesCount

ULONG _EXT_SUPER_BLOCK::InodesCount

Definition at line 11 of file ext.h.

◆ InodesPerGroup

ULONG _EXT_SUPER_BLOCK::InodesPerGroup

Definition at line 21 of file ext.h.

◆ LastCheck

ULONG _EXT_SUPER_BLOCK::LastCheck

Definition at line 30 of file ext.h.

◆ LogBlockSize

ULONG _EXT_SUPER_BLOCK::LogBlockSize

Definition at line 17 of file ext.h.

◆ LogFragSize

LONG _EXT_SUPER_BLOCK::LogFragSize

Definition at line 18 of file ext.h.

◆ Magic

USHORT _EXT_SUPER_BLOCK::Magic

Definition at line 26 of file ext.h.

◆ MaxMountCount

SHORT _EXT_SUPER_BLOCK::MaxMountCount

Definition at line 25 of file ext.h.

◆ MinorRevLevel

USHORT _EXT_SUPER_BLOCK::MinorRevLevel

Definition at line 29 of file ext.h.

◆ MountCount

USHORT _EXT_SUPER_BLOCK::MountCount

Definition at line 24 of file ext.h.

◆ MountTime

ULONG _EXT_SUPER_BLOCK::MountTime

Definition at line 22 of file ext.h.

◆ ReservedBlocksCount

ULONG _EXT_SUPER_BLOCK::ReservedBlocksCount

Definition at line 13 of file ext.h.

◆ RevLevel

ULONG _EXT_SUPER_BLOCK::RevLevel

Definition at line 33 of file ext.h.

◆ State

USHORT _EXT_SUPER_BLOCK::State

Definition at line 27 of file ext.h.

◆ WriteTime

ULONG _EXT_SUPER_BLOCK::WriteTime

Definition at line 23 of file ext.h.


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