ReactOS 0.4.16-dev-106-g10b08aa
|
#include <struct.h>
_UDFFileControlBlock* _UDFIrpContext::Fcb |
Definition at line 378 of file struct.h.
Referenced by UDFCommonClose(), and UDFDoDelayedClose().
PIRP _UDFIrpContext::Irp |
Definition at line 372 of file struct.h.
Referenced by UDFAllocateIrpContext(), UDFCommonClose(), UDFCommonDispatch(), and UDFStackOverflowRead().
uint32 _UDFIrpContext::IrpContextFlags |
Definition at line 364 of file struct.h.
Referenced by UDFAllocateIrpContext(), UDFCommonCleanup(), UDFCommonClose(), UDFCommonCreate(), UDFCommonDispatch(), UDFCommonFileInfo(), UDFCommonFlush(), UDFCommonPnp(), UDFCommonQueryVolInfo(), UDFCommonRead(), UDFCommonSetVolInfo(), UDFCommonWrite(), UDFExceptionFilter(), UDFExceptionHandler(), UDFGetCallersBuffer(), UDFLockCallersBuffer(), UDFNotifyChangeDirectory(), UDFQueryDirectory(), UDFReleaseIrpContext(), UDFStackOverflowRead(), and UDFUnlockCallersBuffer().
uint8 _UDFIrpContext::MajorFunction |
Definition at line 366 of file struct.h.
Referenced by UDFAllocateIrpContext(), UDFCommonDispatch(), UDFCommonFileInfo(), UDFCommonQueryVolInfo(), UDFCommonSetVolInfo(), and UDFGetCallersBuffer().
uint8 _UDFIrpContext::MinorFunction |
Definition at line 368 of file struct.h.
Referenced by UDFAllocateIrpContext(), UDFCommonFileInfo(), UDFCommonQueryVolInfo(), and UDFCommonSetVolInfo().
UDFIdentifier _UDFIrpContext::NodeIdentifier |
Definition at line 363 of file struct.h.
Referenced by UDFAllocateIrpContext(), and UDFCommonDispatch().
PMDL _UDFIrpContext::PtrMdl |
Definition at line 380 of file struct.h.
Referenced by UDFGetCallersBuffer(), UDFLockCallersBuffer(), and UDFUnlockCallersBuffer().
NTSTATUS _UDFIrpContext::SavedExceptionCode |
Definition at line 376 of file struct.h.
Referenced by UDFExceptionFilter(), and UDFExceptionHandler().
PDEVICE_OBJECT _UDFIrpContext::TargetDeviceObject |
Definition at line 374 of file struct.h.
Referenced by UDFAllocateIrpContext(), UDFCommonCleanup(), UDFCommonClose(), UDFCommonCreate(), UDFCommonDeviceControl(), UDFCommonDirControl(), and UDFCommonDispatch().
PCHAR _UDFIrpContext::TransitionBuffer |
Definition at line 381 of file struct.h.
Referenced by UDFGetCallersBuffer(), and UDFUnlockCallersBuffer().
ULONG _UDFIrpContext::TreeLength |
Definition at line 379 of file struct.h.
Referenced by UDFCommonClose().
WORK_QUEUE_ITEM _UDFIrpContext::WorkQueueItem |