ReactOS 0.4.15-dev-8058-ga7cbb60
_EXT2_RW_CONTEXT Struct Reference

#include <ext2fs.h>

Collaboration diagram for _EXT2_RW_CONTEXT:

Public Attributes

PIRP MasterIrp
 
KEVENT Event
 
ULONG Blocks
 
ULONG Length
 
PERESOURCE Resource
 
ERESOURCE_THREAD ThreadId
 
PFILE_OBJECT FileObject
 
ULONG Flags
 
BOOLEAN Wait
 

Detailed Description

Definition at line 3202 of file ext2fs.h.

Member Data Documentation

◆ Blocks

ULONG _EXT2_RW_CONTEXT::Blocks

◆ Event

KEVENT _EXT2_RW_CONTEXT::Event

Definition at line 3204 of file ext2fs.h.

Referenced by Ext2ReadWriteBlocks(), and Ext2ReadWriteBlockSyncCompletionRoutine().

◆ FileObject

PFILE_OBJECT _EXT2_RW_CONTEXT::FileObject

Definition at line 3209 of file ext2fs.h.

Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().

◆ Flags

ULONG _EXT2_RW_CONTEXT::Flags

Definition at line 3210 of file ext2fs.h.

Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().

◆ Length

ULONG _EXT2_RW_CONTEXT::Length

◆ MasterIrp

PIRP _EXT2_RW_CONTEXT::MasterIrp

◆ Resource

PERESOURCE _EXT2_RW_CONTEXT::Resource

Definition at line 3207 of file ext2fs.h.

Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().

◆ ThreadId

ERESOURCE_THREAD _EXT2_RW_CONTEXT::ThreadId

Definition at line 3208 of file ext2fs.h.

Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().

◆ Wait

BOOLEAN _EXT2_RW_CONTEXT::Wait

Definition at line 3211 of file ext2fs.h.

Referenced by Ext2ReadWriteBlockAsyncCompletionRoutine(), and Ext2ReadWriteBlocks().


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