ReactOS 0.4.16-dev-336-gb667d82
|
#include <cdstruc.h>
Public Member Functions | |
_Field_range_ (==, CDFS_NTC_DATA_HEADER) NODE_TYPE_CODE NodeTypeCode | |
_CD_DATA::_Field_range_ | ( | CDFS_NTC_DATA_HEADER | ) |
ULONG _CD_DATA::AsyncCloseCount |
Definition at line 377 of file cdstruc.h.
Referenced by CdQueueClose(), and CdRemoveClose().
LIST_ENTRY _CD_DATA::AsyncCloseQueue |
Definition at line 376 of file cdstruc.h.
Referenced by CdInitializeGlobalData(), CdQueueClose(), and CdRemoveClose().
CACHE_MANAGER_CALLBACKS _CD_DATA::CacheManagerCallbacks |
Definition at line 409 of file cdstruc.h.
Referenced by _Requires_lock_held_(), CdCreateInternalStream(), and CdInitializeGlobalData().
CACHE_MANAGER_CALLBACKS _CD_DATA::CacheManagerVolumeCallbacks |
Definition at line 410 of file cdstruc.h.
Referenced by CdInitializeGlobalData().
FAST_MUTEX _CD_DATA::CdDataMutex |
Definition at line 396 of file cdstruc.h.
Referenced by CdInitializeGlobalData().
PIO_WORKITEM _CD_DATA::CloseItem |
Definition at line 416 of file cdstruc.h.
Referenced by CdInitializeGlobalData(), CdQueueClose(), and CdUnload().
ERESOURCE _CD_DATA::DataResource |
Definition at line 402 of file cdstruc.h.
Referenced by _Requires_lock_held_(), CdInitializeGlobalData(), and CdUnload().
ULONG _CD_DATA::DelayedCloseCount |
Definition at line 387 of file cdstruc.h.
Referenced by CdQueueClose(), and CdRemoveClose().
LIST_ENTRY _CD_DATA::DelayedCloseQueue |
Definition at line 386 of file cdstruc.h.
Referenced by CdInitializeGlobalData(), CdQueueClose(), and CdRemoveClose().
PDRIVER_OBJECT _CD_DATA::DriverObject |
Definition at line 328 of file cdstruc.h.
Referenced by CdInitializeGlobalData().
PDEVICE_OBJECT _CD_DATA::FileSystemDeviceObject |
Definition at line 350 of file cdstruc.h.
Referenced by _Requires_lock_held_(), CdCreateIrpContext(), CdInitializeGlobalData(), and CdUnload().
USHORT _CD_DATA::Flags |
Definition at line 380 of file cdstruc.h.
Referenced by _Requires_lock_held_().
BOOLEAN _CD_DATA::FspCloseActive |
Definition at line 378 of file cdstruc.h.
Referenced by CdQueueClose(), and CdRemoveClose().
ULONG _CD_DATA::IrpContextDepth |
Definition at line 342 of file cdstruc.h.
Referenced by CdCleanupIrpContext(), and CdCreateIrpContext().
SINGLE_LIST_ENTRY _CD_DATA::IrpContextList |
Definition at line 344 of file cdstruc.h.
Referenced by CdCleanupIrpContext(), CdCreateIrpContext(), and CdUnload().
ULONG _CD_DATA::IrpContextMaxDepth |
Definition at line 343 of file cdstruc.h.
Referenced by CdCleanupIrpContext(), and CdInitializeGlobalData().
ULONG _CD_DATA::MaxDelayedCloseCount |
Definition at line 388 of file cdstruc.h.
Referenced by CdInitializeGlobalData(), and CdQueueClose().
ULONG _CD_DATA::MinDelayedCloseCount |
Definition at line 389 of file cdstruc.h.
Referenced by CdInitializeGlobalData(), and CdRemoveClose().
NODE_BYTE_SIZE _CD_DATA::NodeByteSize |
Definition at line 322 of file cdstruc.h.
Referenced by CdInitializeGlobalData().
BOOLEAN _CD_DATA::ReduceDelayedClose |
Definition at line 379 of file cdstruc.h.
Referenced by CdQueueClose(), and CdRemoveClose().
LIST_ENTRY _CD_DATA::VcbQueue |
Definition at line 334 of file cdstruc.h.
Referenced by _Requires_lock_held_(), _Success_(), CdInitializeGlobalData(), and CdInitializeVcb().