|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext2fs.h>

Public Attributes | |
| PIRP | MasterIrp |
| KEVENT | Event |
| ULONG | Blocks |
| ULONG | Length |
| PERESOURCE | Resource |
| ERESOURCE_THREAD | ThreadId |
| PFILE_OBJECT | FileObject |
| ULONG | Flags |
| BOOLEAN | Wait |
| ULONG _EXT2_RW_CONTEXT::Blocks |
Definition at line 3205 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), Ext2ReadWriteBlocks(), and Ext2ReadWriteBlockSyncCompletionRoutine().
| KEVENT _EXT2_RW_CONTEXT::Event |
Definition at line 3204 of file ext2fs.h.
Referenced by Ext2ReadWriteBlocks(), and Ext2ReadWriteBlockSyncCompletionRoutine().
| PFILE_OBJECT _EXT2_RW_CONTEXT::FileObject |
Definition at line 3209 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().
| ULONG _EXT2_RW_CONTEXT::Flags |
Definition at line 3210 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().
| ULONG _EXT2_RW_CONTEXT::Length |
Definition at line 3206 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), Ext2ReadWriteBlocks(), and Ext2ReadWriteBlockSyncCompletionRoutine().
| PIRP _EXT2_RW_CONTEXT::MasterIrp |
Definition at line 3203 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), Ext2ReadWriteBlocks(), and Ext2ReadWriteBlockSyncCompletionRoutine().
| PERESOURCE _EXT2_RW_CONTEXT::Resource |
Definition at line 3207 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().
| ERESOURCE_THREAD _EXT2_RW_CONTEXT::ThreadId |
Definition at line 3208 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().
| BOOLEAN _EXT2_RW_CONTEXT::Wait |
Definition at line 3211 of file ext2fs.h.
Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().