ReactOS 0.4.15-dev-7788-g1ad9096
_UDFFileControlBlock Struct Reference

#include <struct.h>

Collaboration diagram for _UDFFileControlBlock:

Public Attributes

UDFIdentifier NodeIdentifier
 
PtrUDFNTRequiredFCB NTRequiredFCB
 
PUDF_FILE_INFO FileInfo
 
struct _UDFVolumeControlBlockVcb
 
LIST_ENTRY NextFCB
 
uint32 FCBFlags
 
LIST_ENTRY NextCCB
 
uint32 ReferenceCount
 
uint32 OpenHandleCount
 
uint32 CachedOpenHandleCount
 
PtrUDFObjectName FCBName
 
ERESOURCE CcbListResource
 
struct _UDFFileControlBlockParentFcb
 
struct _UDFIrpContextLiteIrpContextLite
 
uint32 CcbCount
 

Detailed Description

Definition at line 251 of file struct.h.

Member Data Documentation

◆ CachedOpenHandleCount

uint32 _UDFFileControlBlock::CachedOpenHandleCount

Definition at line 283 of file struct.h.

◆ CcbCount

uint32 _UDFFileControlBlock::CcbCount

Definition at line 292 of file struct.h.

◆ CcbListResource

ERESOURCE _UDFFileControlBlock::CcbListResource

Definition at line 287 of file struct.h.

Referenced by UDFOpenFile().

◆ FCBFlags

uint32 _UDFFileControlBlock::FCBFlags

◆ FCBName

PtrUDFObjectName _UDFFileControlBlock::FCBName

Definition at line 286 of file struct.h.

Referenced by UDFCommonCreate(), and UDFRename().

◆ FileInfo

PUDF_FILE_INFO _UDFFileControlBlock::FileInfo

Definition at line 257 of file struct.h.

Referenced by UDFBlankMount(), UDFCommonCreate(), and UDFCompleteMount().

◆ IrpContextLite

struct _UDFIrpContextLite* _UDFFileControlBlock::IrpContextLite

Definition at line 291 of file struct.h.

Referenced by UDFDoDelayedClose().

◆ NextCCB

LIST_ENTRY _UDFFileControlBlock::NextCCB

Definition at line 268 of file struct.h.

Referenced by UDFOpenFile().

◆ NextFCB

LIST_ENTRY _UDFFileControlBlock::NextFCB

Definition at line 262 of file struct.h.

◆ NodeIdentifier

UDFIdentifier _UDFFileControlBlock::NodeIdentifier

Definition at line 252 of file struct.h.

Referenced by UDFBlankMount(), UDFCommonCreate(), and UDFOpenFile().

◆ NTRequiredFCB

PtrUDFNTRequiredFCB _UDFFileControlBlock::NTRequiredFCB

Definition at line 255 of file struct.h.

Referenced by UDFBlankMount(), UDFCompleteMount(), and UDFOpenFile().

◆ OpenHandleCount

uint32 _UDFFileControlBlock::OpenHandleCount

Definition at line 282 of file struct.h.

Referenced by UDFBlankMount(), and UDFCompleteMount().

◆ ParentFcb

struct _UDFFileControlBlock* _UDFFileControlBlock::ParentFcb

Definition at line 289 of file struct.h.

Referenced by UDFCommonCreate().

◆ ReferenceCount

uint32 _UDFFileControlBlock::ReferenceCount

Definition at line 281 of file struct.h.

Referenced by UDFBlankMount(), UDFCompleteMount(), and UDFOpenFile().

◆ Vcb

struct _UDFVolumeControlBlock* _UDFFileControlBlock::Vcb

Definition at line 259 of file struct.h.

Referenced by UDFCloseAllDelayed().


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