ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <disk.h>
Public Attributes | |
LIST_ENTRY | CurrList |
PIRP | CurrIrp |
LIST_ENTRY | NextList |
PIRP | NextIrp |
union { | |
SCSI_REQUEST_BLOCK Srb | |
STORAGE_REQUEST_BLOCK SrbEx | |
UCHAR SrbExBuffer [CLASS_SRBEX_SCSI_CDB16_BUFFER_SIZE] | |
} | Srb |
KSPIN_LOCK | Spinlock |
KEVENT | Event |
PIRP _DISK_GROUP_CONTEXT::CurrIrp |
Definition at line 113 of file disk.h.
Referenced by DiskFlushComplete(), and DiskShutdownFlush().
LIST_ENTRY _DISK_GROUP_CONTEXT::CurrList |
Definition at line 108 of file disk.h.
Referenced by DiskFlushComplete(), DiskInitFdo(), and DiskShutdownFlush().
KEVENT _DISK_GROUP_CONTEXT::Event |
Definition at line 148 of file disk.h.
Referenced by DiskFlushComplete(), DiskInitFdo(), and DiskShutdownFlush().
PIRP _DISK_GROUP_CONTEXT::NextIrp |
Definition at line 123 of file disk.h.
Referenced by DiskShutdownFlush().
LIST_ENTRY _DISK_GROUP_CONTEXT::NextList |
Definition at line 118 of file disk.h.
Referenced by DiskInitFdo(), and DiskShutdownFlush().
KSPIN_LOCK _DISK_GROUP_CONTEXT::Spinlock |
Definition at line 143 of file disk.h.
Referenced by DiskInitFdo(), and DiskShutdownFlush().
SCSI_REQUEST_BLOCK _DISK_GROUP_CONTEXT::Srb |
Definition at line 131 of file disk.h.
Referenced by DiskFlushComplete().
union { ... } _DISK_GROUP_CONTEXT::Srb |
STORAGE_REQUEST_BLOCK _DISK_GROUP_CONTEXT::SrbEx |
UCHAR _DISK_GROUP_CONTEXT::SrbExBuffer[CLASS_SRBEX_SCSI_CDB16_BUFFER_SIZE] |