ReactOS 0.4.15-dev-7958-gcd0bb1a
_EXT2_GLOBAL Struct Reference

#include <ext2fs.h>

Collaboration diagram for _EXT2_GLOBAL:

Public Attributes

EXT2_IDENTIFIER Identifier
 
ERESOURCE Resource
 
ULONG Flags
 
FAST_IO_DISPATCH FastIoDispatch
 
FS_FILTER_CALLBACKS FilterCallbacks
 
CACHE_MANAGER_CALLBACKS CacheManagerCallbacks
 
CACHE_MANAGER_CALLBACKS CacheManagerNoOpCallbacks
 
PDRIVER_OBJECT DriverObject
 
PDEVICE_OBJECT DiskdevObject
 
PDEVICE_OBJECT CdromdevObject
 
LIST_ENTRY VcbList
 
EXT2_REAPER FcbReaper
 
EXT2_REAPER McbReaper
 
EXT2_REAPER bhReaper
 
NPAGED_LOOKASIDE_LIST Ext2IrpContextLookasideList
 
NPAGED_LOOKASIDE_LIST Ext2FcbLookasideList
 
NPAGED_LOOKASIDE_LIST Ext2CcbLookasideList
 
NPAGED_LOOKASIDE_LIST Ext2McbLookasideList
 
NPAGED_LOOKASIDE_LIST Ext2ExtLookasideList
 
NPAGED_LOOKASIDE_LIST Ext2DentryLookasideList
 
USHORT MaxDepth
 
struct {
   WCHAR   PageName [CODEPAGE_MAXLEN]
 
   UCHAR   AnsiName [CODEPAGE_MAXLEN]
 
   struct nls_table *   PageTable
 
Codepage
 
WCHAR wHidingPrefix [HIDINGPAT_LEN]
 
WCHAR wHidingSuffix [HIDINGPAT_LEN]
 
BOOLEAN bHidingPrefix
 
CHAR sHidingPrefix [HIDINGPAT_LEN]
 
BOOLEAN bHidingSuffix
 
CHAR sHidingSuffix [HIDINGPAT_LEN]
 
UNICODE_STRING RegistryPath
 
EXT2_PERF_STATISTICS_V2 PerfStat
 

Detailed Description

Definition at line 513 of file ext2fs.h.

Member Data Documentation

◆ AnsiName

UCHAR _EXT2_GLOBAL::AnsiName[CODEPAGE_MAXLEN]

Definition at line 564 of file ext2fs.h.

◆ bHidingPrefix

BOOLEAN _EXT2_GLOBAL::bHidingPrefix

◆ bHidingSuffix

BOOLEAN _EXT2_GLOBAL::bHidingSuffix

◆ bhReaper

EXT2_REAPER _EXT2_GLOBAL::bhReaper

Definition at line 550 of file ext2fs.h.

Referenced by __brelse(), and DriverEntry().

◆ CacheManagerCallbacks

CACHE_MANAGER_CALLBACKS _EXT2_GLOBAL::CacheManagerCallbacks

Definition at line 532 of file ext2fs.h.

Referenced by DriverEntry(), Ext2ReadFile(), and Ext2WriteFile().

◆ CacheManagerNoOpCallbacks

CACHE_MANAGER_CALLBACKS _EXT2_GLOBAL::CacheManagerNoOpCallbacks

Definition at line 533 of file ext2fs.h.

Referenced by DriverEntry(), and Ext2InitializeVcb().

◆ CdromdevObject

PDEVICE_OBJECT _EXT2_GLOBAL::CdromdevObject

Definition at line 542 of file ext2fs.h.

Referenced by DriverEntry().

◆ 

◆ DiskdevObject

PDEVICE_OBJECT _EXT2_GLOBAL::DiskdevObject

Definition at line 539 of file ext2fs.h.

Referenced by DriverEntry().

◆ DriverObject

PDRIVER_OBJECT _EXT2_GLOBAL::DriverObject

Definition at line 536 of file ext2fs.h.

◆ Ext2CcbLookasideList

NPAGED_LOOKASIDE_LIST _EXT2_GLOBAL::Ext2CcbLookasideList

Definition at line 555 of file ext2fs.h.

Referenced by DriverEntry(), Ext2AllocateCcb(), and Ext2FreeCcb().

◆ Ext2DentryLookasideList

NPAGED_LOOKASIDE_LIST _EXT2_GLOBAL::Ext2DentryLookasideList

Definition at line 558 of file ext2fs.h.

Referenced by DriverEntry(), Ext2AllocateEntry(), and Ext2FreeEntry().

◆ Ext2ExtLookasideList

NPAGED_LOOKASIDE_LIST _EXT2_GLOBAL::Ext2ExtLookasideList

Definition at line 557 of file ext2fs.h.

Referenced by DriverEntry(), Ext2AllocateExtent(), and Ext2FreeExtent().

◆ Ext2FcbLookasideList

NPAGED_LOOKASIDE_LIST _EXT2_GLOBAL::Ext2FcbLookasideList

Definition at line 554 of file ext2fs.h.

Referenced by DriverEntry(), Ext2AllocateFcb(), and Ext2FreeFcb().

◆ Ext2IrpContextLookasideList

NPAGED_LOOKASIDE_LIST _EXT2_GLOBAL::Ext2IrpContextLookasideList

Definition at line 553 of file ext2fs.h.

Referenced by DriverEntry(), Ext2AllocateIrpContext(), and Ext2FreeIrpContext().

◆ Ext2McbLookasideList

NPAGED_LOOKASIDE_LIST _EXT2_GLOBAL::Ext2McbLookasideList

Definition at line 556 of file ext2fs.h.

Referenced by DriverEntry(), Ext2AllocateMcb(), and Ext2FreeMcb().

◆ FastIoDispatch

FAST_IO_DISPATCH _EXT2_GLOBAL::FastIoDispatch

Definition at line 526 of file ext2fs.h.

Referenced by DriverEntry().

◆ FcbReaper

EXT2_REAPER _EXT2_GLOBAL::FcbReaper

Definition at line 548 of file ext2fs.h.

Referenced by DriverEntry(), and Ext2ReleaseFcb().

◆ FilterCallbacks

FS_FILTER_CALLBACKS _EXT2_GLOBAL::FilterCallbacks

Definition at line 529 of file ext2fs.h.

Referenced by DriverEntry().

◆ Flags

◆ Identifier

EXT2_IDENTIFIER _EXT2_GLOBAL::Identifier

Definition at line 516 of file ext2fs.h.

Referenced by DriverEntry().

◆ MaxDepth

USHORT _EXT2_GLOBAL::MaxDepth

◆ McbReaper

EXT2_REAPER _EXT2_GLOBAL::McbReaper

Definition at line 549 of file ext2fs.h.

Referenced by DriverEntry(), and Ext2AllocateMcb().

◆ PageName

WCHAR _EXT2_GLOBAL::PageName[CODEPAGE_MAXLEN]

Definition at line 563 of file ext2fs.h.

◆ PageTable

struct nls_table* _EXT2_GLOBAL::PageTable

Definition at line 565 of file ext2fs.h.

◆ PerfStat

◆ RegistryPath

UNICODE_STRING _EXT2_GLOBAL::RegistryPath

Definition at line 577 of file ext2fs.h.

Referenced by Ext2QueryRegistrySettings(), and Ext2QueryVolumeParams().

◆ Resource

◆ sHidingPrefix

CHAR _EXT2_GLOBAL::sHidingPrefix[HIDINGPAT_LEN]

◆ sHidingSuffix

CHAR _EXT2_GLOBAL::sHidingSuffix[HIDINGPAT_LEN]

◆ VcbList

◆ wHidingPrefix

WCHAR _EXT2_GLOBAL::wHidingPrefix[HIDINGPAT_LEN]

Definition at line 569 of file ext2fs.h.

Referenced by Ext2QueryRegistrySettings(), and Ext2RegistryQueryCallback().

◆ wHidingSuffix

WCHAR _EXT2_GLOBAL::wHidingSuffix[HIDINGPAT_LEN]

Definition at line 570 of file ext2fs.h.

Referenced by Ext2QueryRegistrySettings(), and Ext2RegistryQueryCallback().


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