ReactOS 0.4.16-dev-975-g3b8cfa4
_EXT_VOLUME_INFO Struct Reference
Collaboration diagram for _EXT_VOLUME_INFO:

Public Attributes

ULONG BytesPerSector
 
PEXT_SUPER_BLOCK SuperBlock
 
PEXT_GROUP_DESC GroupDescriptors
 
ULONG BlockSizeInBytes
 
ULONG BlockSizeInSectors
 
ULONG FragmentSizeInBytes
 
ULONG FragmentSizeInSectors
 
ULONG InodeSizeInBytes
 
ULONG GroupDescSizeInBytes
 
ULONG GroupCount
 
ULONG InodesPerBlock
 
ULONG GroupDescPerBlock
 
ULONG DeviceId
 

Detailed Description

Definition at line 48 of file ext.c.

Member Data Documentation

◆ BlockSizeInBytes

ULONG _EXT_VOLUME_INFO::BlockSizeInBytes

Definition at line 55 of file ext.c.

◆ BlockSizeInSectors

ULONG _EXT_VOLUME_INFO::BlockSizeInSectors

Definition at line 56 of file ext.c.

◆ BytesPerSector

ULONG _EXT_VOLUME_INFO::BytesPerSector

Definition at line 50 of file ext.c.

◆ DeviceId

ULONG _EXT_VOLUME_INFO::DeviceId

Definition at line 65 of file ext.c.

◆ FragmentSizeInBytes

ULONG _EXT_VOLUME_INFO::FragmentSizeInBytes

Definition at line 57 of file ext.c.

◆ FragmentSizeInSectors

ULONG _EXT_VOLUME_INFO::FragmentSizeInSectors

Definition at line 58 of file ext.c.

◆ GroupCount

ULONG _EXT_VOLUME_INFO::GroupCount

Definition at line 61 of file ext.c.

◆ GroupDescPerBlock

ULONG _EXT_VOLUME_INFO::GroupDescPerBlock

Definition at line 63 of file ext.c.

◆ GroupDescriptors

PEXT_GROUP_DESC _EXT_VOLUME_INFO::GroupDescriptors

Definition at line 53 of file ext.c.

◆ GroupDescSizeInBytes

ULONG _EXT_VOLUME_INFO::GroupDescSizeInBytes

Definition at line 60 of file ext.c.

◆ InodeSizeInBytes

ULONG _EXT_VOLUME_INFO::InodeSizeInBytes

Definition at line 59 of file ext.c.

◆ InodesPerBlock

ULONG _EXT_VOLUME_INFO::InodesPerBlock

Definition at line 62 of file ext.c.

◆ SuperBlock

PEXT_SUPER_BLOCK _EXT_VOLUME_INFO::SuperBlock

Definition at line 52 of file ext.c.


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