ReactOS 0.4.15-dev-7842-g558ab78
NTFS_GLOBAL_DATA Struct Reference

#include <ntfs.h>

Collaboration diagram for NTFS_GLOBAL_DATA:

Public Attributes

NTFSIDENTIFIER Identifier
 
ERESOURCE Resource
 
PDRIVER_OBJECT DriverObject
 
PDEVICE_OBJECT DeviceObject
 
CACHE_MANAGER_CALLBACKS CacheMgrCallbacks
 
ULONG Flags
 
FAST_IO_DISPATCH FastIoDispatch
 
NPAGED_LOOKASIDE_LIST IrpContextLookasideList
 
NPAGED_LOOKASIDE_LIST FcbLookasideList
 
NPAGED_LOOKASIDE_LIST AttrCtxtLookasideList
 
BOOLEAN EnableWriteSupport
 

Detailed Description

Definition at line 143 of file ntfs.h.

Member Data Documentation

◆ AttrCtxtLookasideList

NPAGED_LOOKASIDE_LIST NTFS_GLOBAL_DATA::AttrCtxtLookasideList

Definition at line 154 of file ntfs.h.

Referenced by DriverEntry(), PrepareAttributeContext(), and ReleaseAttributeContext().

◆ CacheMgrCallbacks

CACHE_MANAGER_CALLBACKS NTFS_GLOBAL_DATA::CacheMgrCallbacks

◆ DeviceObject

PDEVICE_OBJECT NTFS_GLOBAL_DATA::DeviceObject

Definition at line 148 of file ntfs.h.

Referenced by DriverEntry(), NtfsCleanup(), NtfsClose(), NtfsCreate(), NtfsMountVolume(), and NtfsWrite().

◆ DriverObject

PDRIVER_OBJECT NTFS_GLOBAL_DATA::DriverObject

Definition at line 147 of file ntfs.h.

Referenced by DriverEntry(), and NtfsMountVolume().

◆ EnableWriteSupport

BOOLEAN NTFS_GLOBAL_DATA::EnableWriteSupport

Definition at line 155 of file ntfs.h.

Referenced by AddNewMftEntry(), DriverEntry(), NtfsCreateFile(), and NtfsDispatch().

◆ FastIoDispatch

FAST_IO_DISPATCH NTFS_GLOBAL_DATA::FastIoDispatch

Definition at line 151 of file ntfs.h.

Referenced by DriverEntry().

◆ FcbLookasideList

NPAGED_LOOKASIDE_LIST NTFS_GLOBAL_DATA::FcbLookasideList

Definition at line 153 of file ntfs.h.

Referenced by DriverEntry(), NtfsCreateFCB(), and NtfsDestroyFCB().

◆ Flags

ULONG NTFS_GLOBAL_DATA::Flags

Definition at line 150 of file ntfs.h.

◆ Identifier

NTFSIDENTIFIER NTFS_GLOBAL_DATA::Identifier

Definition at line 145 of file ntfs.h.

Referenced by DriverEntry().

◆ IrpContextLookasideList

NPAGED_LOOKASIDE_LIST NTFS_GLOBAL_DATA::IrpContextLookasideList

Definition at line 152 of file ntfs.h.

Referenced by DriverEntry(), NtfsAllocateIrpContext(), and NtfsDispatch().

◆ Resource

ERESOURCE NTFS_GLOBAL_DATA::Resource

Definition at line 146 of file ntfs.h.

Referenced by DriverEntry().


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