ReactOS 0.4.16-dev-329-g9223134
|
#include <ext2fs.h>
Public Attributes | |
LONGLONG | Lba |
ULONG | Offset |
ULONG | Length |
PIRP | Irp |
struct _EXT2_EXTENT * | Next |
PIRP _EXT2_EXTENT::Irp |
Definition at line 1123 of file ext2fs.h.
Referenced by Ext2ReadVolume(), and Ext2WriteVolume().
LONGLONG _EXT2_EXTENT::Lba |
Definition at line 1120 of file ext2fs.h.
Referenced by Ext2ReadVolume(), and Ext2WriteVolume().
ULONG _EXT2_EXTENT::Length |
Definition at line 1122 of file ext2fs.h.
Referenced by Ext2ReadVolume(), and Ext2WriteVolume().
struct _EXT2_EXTENT* _EXT2_EXTENT::Next |
Definition at line 1124 of file ext2fs.h.
Referenced by Ext2CountExtents(), Ext2JointExtents(), Ext2ReadVolume(), and Ext2WriteVolume().
ULONG _EXT2_EXTENT::Offset |
Definition at line 1121 of file ext2fs.h.
Referenced by Ext2ReadVolume(), and Ext2WriteVolume().