ReactOS 0.4.15-dev-7998-gdb93cb1
_EXT2_VOLUME_INFO Struct Reference
Collaboration diagram for _EXT2_VOLUME_INFO:

Public Attributes

ULONG BytesPerSector
 
PEXT2_SUPER_BLOCK SuperBlock
 
PEXT2_GROUP_DESC GroupDescriptors
 
ULONG BlockSizeInBytes
 
ULONG BlockSizeInSectors
 
ULONG FragmentSizeInBytes
 
ULONG FragmentSizeInSectors
 
ULONG GroupCount
 
ULONG InodesPerBlock
 
ULONG GroupDescPerBlock
 
ULONG DeviceId
 

Detailed Description

Definition at line 46 of file ext2.c.

Member Data Documentation

◆ BlockSizeInBytes

ULONG _EXT2_VOLUME_INFO::BlockSizeInBytes

Definition at line 53 of file ext2.c.

◆ BlockSizeInSectors

ULONG _EXT2_VOLUME_INFO::BlockSizeInSectors

Definition at line 54 of file ext2.c.

◆ BytesPerSector

ULONG _EXT2_VOLUME_INFO::BytesPerSector

Definition at line 48 of file ext2.c.

◆ DeviceId

ULONG _EXT2_VOLUME_INFO::DeviceId

Definition at line 61 of file ext2.c.

◆ FragmentSizeInBytes

ULONG _EXT2_VOLUME_INFO::FragmentSizeInBytes

Definition at line 55 of file ext2.c.

◆ FragmentSizeInSectors

ULONG _EXT2_VOLUME_INFO::FragmentSizeInSectors

Definition at line 56 of file ext2.c.

◆ GroupCount

ULONG _EXT2_VOLUME_INFO::GroupCount

Definition at line 57 of file ext2.c.

◆ GroupDescPerBlock

ULONG _EXT2_VOLUME_INFO::GroupDescPerBlock

Definition at line 59 of file ext2.c.

◆ GroupDescriptors

PEXT2_GROUP_DESC _EXT2_VOLUME_INFO::GroupDescriptors

Definition at line 51 of file ext2.c.

◆ InodesPerBlock

ULONG _EXT2_VOLUME_INFO::InodesPerBlock

Definition at line 58 of file ext2.c.

◆ SuperBlock

PEXT2_SUPER_BLOCK _EXT2_VOLUME_INFO::SuperBlock

Definition at line 50 of file ext2.c.


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