ReactOS 0.4.15-dev-7842-g558ab78
_EXT2_SUPER_BLOCK Struct Reference

#include <ext2.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 ext2.h.

Member Data Documentation

◆ BlocksCount

ULONG _EXT2_SUPER_BLOCK::BlocksCount

Definition at line 12 of file ext2.h.

◆ BlocksPerGroup

ULONG _EXT2_SUPER_BLOCK::BlocksPerGroup

Definition at line 19 of file ext2.h.

◆ CheckInterval

ULONG _EXT2_SUPER_BLOCK::CheckInterval

Definition at line 31 of file ext2.h.

◆ CreatorOS

ULONG _EXT2_SUPER_BLOCK::CreatorOS

Definition at line 32 of file ext2.h.

◆ DefResGid

USHORT _EXT2_SUPER_BLOCK::DefResGid

Definition at line 35 of file ext2.h.

◆ DefResUid

USHORT _EXT2_SUPER_BLOCK::DefResUid

Definition at line 34 of file ext2.h.

◆ Errors

USHORT _EXT2_SUPER_BLOCK::Errors

Definition at line 28 of file ext2.h.

◆ FirstDataBlock

ULONG _EXT2_SUPER_BLOCK::FirstDataBlock

Definition at line 16 of file ext2.h.

◆ FragsPerGroup

ULONG _EXT2_SUPER_BLOCK::FragsPerGroup

Definition at line 20 of file ext2.h.

◆ FreeBlocksCount

ULONG _EXT2_SUPER_BLOCK::FreeBlocksCount

Definition at line 14 of file ext2.h.

◆ FreeInodesCount

ULONG _EXT2_SUPER_BLOCK::FreeInodesCount

Definition at line 15 of file ext2.h.

◆ InodesCount

ULONG _EXT2_SUPER_BLOCK::InodesCount

Definition at line 11 of file ext2.h.

◆ InodesPerGroup

ULONG _EXT2_SUPER_BLOCK::InodesPerGroup

Definition at line 21 of file ext2.h.

◆ LastCheck

ULONG _EXT2_SUPER_BLOCK::LastCheck

Definition at line 30 of file ext2.h.

◆ LogBlockSize

ULONG _EXT2_SUPER_BLOCK::LogBlockSize

Definition at line 17 of file ext2.h.

◆ LogFragSize

LONG _EXT2_SUPER_BLOCK::LogFragSize

Definition at line 18 of file ext2.h.

◆ Magic

USHORT _EXT2_SUPER_BLOCK::Magic

Definition at line 26 of file ext2.h.

◆ MaxMountCount

SHORT _EXT2_SUPER_BLOCK::MaxMountCount

Definition at line 25 of file ext2.h.

◆ MinorRevLevel

USHORT _EXT2_SUPER_BLOCK::MinorRevLevel

Definition at line 29 of file ext2.h.

◆ MountCount

USHORT _EXT2_SUPER_BLOCK::MountCount

Definition at line 24 of file ext2.h.

◆ MountTime

ULONG _EXT2_SUPER_BLOCK::MountTime

Definition at line 22 of file ext2.h.

◆ ReservedBlocksCount

ULONG _EXT2_SUPER_BLOCK::ReservedBlocksCount

Definition at line 13 of file ext2.h.

◆ RevLevel

ULONG _EXT2_SUPER_BLOCK::RevLevel

Definition at line 33 of file ext2.h.

◆ State

USHORT _EXT2_SUPER_BLOCK::State

Definition at line 27 of file ext2.h.

◆ WriteTime

ULONG _EXT2_SUPER_BLOCK::WriteTime

Definition at line 23 of file ext2.h.


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