ReactOS 0.4.15-dev-7968-g24a56f8
_VOLUME_DEVICE_OBJECT Struct Reference

#include <cdstruc.h>

Collaboration diagram for _VOLUME_DEVICE_OBJECT:

Public Attributes

DEVICE_OBJECT DeviceObject
 
__volatile LONG PostedRequestCount
 
ULONG OverflowQueueCount
 
LIST_ENTRY OverflowQueue
 
KSPIN_LOCK OverflowQueueSpinLock
 
VCB Vcb
 
ULONG PostedRequestCount
 
FSRTL_COMMON_FCB_HEADER VolumeFileHeader
 

Detailed Description

Definition at line 727 of file cdstruc.h.

Member Data Documentation

◆ DeviceObject

DEVICE_OBJECT _VOLUME_DEVICE_OBJECT::DeviceObject

Definition at line 729 of file cdstruc.h.

Referenced by _Requires_lock_held_().

◆ OverflowQueue

LIST_ENTRY _VOLUME_DEVICE_OBJECT::OverflowQueue

Definition at line 754 of file cdstruc.h.

Referenced by CdAddToWorkque(), CdFspDispatch(), and FatAddToWorkque().

◆ OverflowQueueCount

ULONG _VOLUME_DEVICE_OBJECT::OverflowQueueCount

Definition at line 746 of file cdstruc.h.

Referenced by CdAddToWorkque(), CdFspDispatch(), and FatAddToWorkque().

◆ OverflowQueueSpinLock

KSPIN_LOCK _VOLUME_DEVICE_OBJECT::OverflowQueueSpinLock

Definition at line 760 of file cdstruc.h.

Referenced by CdAddToWorkque(), CdFspDispatch(), and FatAddToWorkque().

◆ PostedRequestCount [1/2]

__volatile LONG _VOLUME_DEVICE_OBJECT::PostedRequestCount

Definition at line 739 of file cdstruc.h.

Referenced by CdAddToWorkque(), CdFspDispatch(), and FatAddToWorkque().

◆ PostedRequestCount [2/2]

ULONG _VOLUME_DEVICE_OBJECT::PostedRequestCount

Definition at line 635 of file fatstruc.h.

◆ Vcb

VCB _VOLUME_DEVICE_OBJECT::Vcb

Definition at line 766 of file cdstruc.h.

Referenced by _Requires_lock_held_(), and RawDispatch().

◆ VolumeFileHeader

FSRTL_COMMON_FCB_HEADER _VOLUME_DEVICE_OBJECT::VolumeFileHeader

Definition at line 662 of file fatstruc.h.


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