ReactOS 0.4.15-dev-7934-g1dc8d80
_UDFData Struct Reference

#include <udf_common.h>

Collaboration diagram for _UDFData:

Public Attributes

UNICODE_STRING SavedRegPath
 
UNICODE_STRING UnicodeStrRoot
 
UNICODE_STRING UnicodeStrSDir
 
UNICODE_STRING AclName
 
ULONG WCacheMaxFrames
 
ULONG WCacheMaxBlocks
 
ULONG WCacheBlocksPerFrameSh
 
ULONG WCacheFramesToKeepFree
 
uint32 UDFFlags
 
PVOID AutoFormatCount
 

Detailed Description

Definition at line 533 of file udf_common.h.

Member Data Documentation

◆ AclName

UNICODE_STRING _UDFData::AclName

Definition at line 618 of file udf_common.h.

Referenced by DriverEntry(), UDFReadSecurity(), and UDFWriteSecurity().

◆ AutoFormatCount

PVOID _UDFData::AutoFormatCount

Definition at line 629 of file udf_common.h.

Referenced by UDFCleanup(), UDFCommonCreate(), and UDFCommonDeviceControl().

◆ SavedRegPath

UNICODE_STRING _UDFData::SavedRegPath

Definition at line 615 of file udf_common.h.

Referenced by DriverEntry(), and UDFGetRegParameter().

◆ UDFFlags

◆ UnicodeStrRoot

UNICODE_STRING _UDFData::UnicodeStrRoot

Definition at line 616 of file udf_common.h.

Referenced by DriverEntry(), UDFHardLink(), UDFNotifyChangeDirectory(), and UDFRename().

◆ UnicodeStrSDir

UNICODE_STRING _UDFData::UnicodeStrSDir

Definition at line 617 of file udf_common.h.

Referenced by DriverEntry(), and UDFCommonCreate().

◆ WCacheBlocksPerFrameSh

ULONG _UDFData::WCacheBlocksPerFrameSh

Definition at line 623 of file udf_common.h.

Referenced by UDFInitializeVCB(), UDFInitializeZones(), and UDFVerifyVolume().

◆ WCacheFramesToKeepFree

ULONG _UDFData::WCacheFramesToKeepFree

Definition at line 624 of file udf_common.h.

Referenced by UDFInitializeVCB(), UDFInitializeZones(), and UDFVerifyVolume().

◆ WCacheMaxBlocks

ULONG _UDFData::WCacheMaxBlocks

Definition at line 622 of file udf_common.h.

Referenced by UDFInitializeVCB(), UDFInitializeZones(), and UDFVerifyVolume().

◆ WCacheMaxFrames

ULONG _UDFData::WCacheMaxFrames

Definition at line 621 of file udf_common.h.

Referenced by UDFInitializeVCB(), UDFInitializeZones(), and UDFVerifyVolume().


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