ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <struct.h>
ERESOURCE _UDFFileControlBlock::CcbListResource |
Definition at line 287 of file struct.h.
Referenced by UDFOpenFile().
uint32 _UDFFileControlBlock::FCBFlags |
Definition at line 265 of file struct.h.
Referenced by UDFCloseAllXXXDelayedInDir(), UDFCommonCreate(), UDFDoDelayedClose(), and UDFOpenFile().
PtrUDFObjectName _UDFFileControlBlock::FCBName |
Definition at line 286 of file struct.h.
Referenced by UDFCommonCreate(), and UDFRename().
PUDF_FILE_INFO _UDFFileControlBlock::FileInfo |
Definition at line 257 of file struct.h.
Referenced by UDFBlankMount(), UDFCommonCreate(), and UDFCompleteMount().
struct _UDFIrpContextLite* _UDFFileControlBlock::IrpContextLite |
Definition at line 291 of file struct.h.
Referenced by UDFDoDelayedClose().
LIST_ENTRY _UDFFileControlBlock::NextCCB |
Definition at line 268 of file struct.h.
Referenced by UDFOpenFile().
LIST_ENTRY _UDFFileControlBlock::NextFCB |
UDFIdentifier _UDFFileControlBlock::NodeIdentifier |
Definition at line 252 of file struct.h.
Referenced by UDFBlankMount(), UDFCommonCreate(), and UDFOpenFile().
PtrUDFNTRequiredFCB _UDFFileControlBlock::NTRequiredFCB |
Definition at line 255 of file struct.h.
Referenced by UDFBlankMount(), UDFCompleteMount(), and UDFOpenFile().
uint32 _UDFFileControlBlock::OpenHandleCount |
Definition at line 282 of file struct.h.
Referenced by UDFBlankMount(), and UDFCompleteMount().
struct _UDFFileControlBlock* _UDFFileControlBlock::ParentFcb |
Definition at line 289 of file struct.h.
Referenced by UDFCommonCreate().
uint32 _UDFFileControlBlock::ReferenceCount |
Definition at line 281 of file struct.h.
Referenced by UDFBlankMount(), UDFCompleteMount(), and UDFOpenFile().
struct _UDFVolumeControlBlock* _UDFFileControlBlock::Vcb |
Definition at line 259 of file struct.h.
Referenced by UDFCloseAllDelayed().