ReactOS 0.4.15-dev-7842-g558ab78
_SRV_OPEN Struct Reference

#include <fcb.h>

Collaboration diagram for _SRV_OPEN:

Public Attributes

union {
      MRX_SRV_OPEN
 
   struct {
      MRX_NORMAL_NODE_HEADER   spacer
 
      PFCB   Fcb
 
   } 
 
}; 
 
BOOLEAN UpperFinalizationDone
 
RX_BLOCK_CONDITION Condition
 
volatile LONG BufferingToken
 
LIST_ENTRY ScavengerFinalizationList
 
LIST_ENTRY TransitionWaitList
 
LIST_ENTRY FobxList
 
PFOBX InternalFobx
 
union {
   LIST_ENTRY   SrvOpenKeyList
 
   ULONG   SequenceNumber
 
}; 
 
NTSTATUS OpenStatus
 

Detailed Description

Definition at line 260 of file fcb.h.

Member Data Documentation

◆ 

union { ... } _SRV_OPEN::@1946

◆ 

union { ... } _SRV_OPEN::@1948

◆ BufferingToken

volatile LONG _SRV_OPEN::BufferingToken

Definition at line 276 of file fcb.h.

Referenced by RxProcessChangeBufferingStateRequestsForSrvOpen().

◆ Condition

RX_BLOCK_CONDITION _SRV_OPEN::Condition

Definition at line 275 of file fcb.h.

Referenced by RxCloseAssociatedSrvOpen(), and RxCollapseOrCreateSrvOpen().

◆ Fcb

◆ FobxList

LIST_ENTRY _SRV_OPEN::FobxList

◆ InternalFobx

PFOBX _SRV_OPEN::InternalFobx

Definition at line 280 of file fcb.h.

Referenced by RxAllocateFcbObject(), RxCreateNetFobx(), and RxFinalizeNetFobx().

◆ MRX_SRV_OPEN

_SRV_OPEN::MRX_SRV_OPEN

Definition at line 264 of file fcb.h.

◆ OpenStatus

NTSTATUS _SRV_OPEN::OpenStatus

Definition at line 286 of file fcb.h.

Referenced by RxCollapseOrCreateSrvOpen().

◆ ScavengerFinalizationList

LIST_ENTRY _SRV_OPEN::ScavengerFinalizationList

Definition at line 277 of file fcb.h.

Referenced by RxCreateSrvOpen().

◆ SequenceNumber

ULONG _SRV_OPEN::SequenceNumber

Definition at line 284 of file fcb.h.

◆ spacer

MRX_NORMAL_NODE_HEADER _SRV_OPEN::spacer

Definition at line 267 of file fcb.h.

◆ SrvOpenKeyList

LIST_ENTRY _SRV_OPEN::SrvOpenKeyList

Definition at line 283 of file fcb.h.

Referenced by RxCreateSrvOpen(), and RxPurgeChangeBufferingStateRequestsForSrvOpen().

◆ TransitionWaitList

LIST_ENTRY _SRV_OPEN::TransitionWaitList

Definition at line 278 of file fcb.h.

Referenced by RxCreateSrvOpen().

◆ UpperFinalizationDone

BOOLEAN _SRV_OPEN::UpperFinalizationDone

Definition at line 274 of file fcb.h.


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