ReactOS 0.4.16-dev-737-g3368adc
|
#include <ntfs.h>
NPAGED_LOOKASIDE_LIST NTFS_GLOBAL_DATA::AttrCtxtLookasideList |
Definition at line 154 of file ntfs.h.
Referenced by DriverEntry(), PrepareAttributeContext(), and ReleaseAttributeContext().
CACHE_MANAGER_CALLBACKS NTFS_GLOBAL_DATA::CacheMgrCallbacks |
Definition at line 149 of file ntfs.h.
Referenced by DriverEntry(), NtfsAttachFCBToFileObject(), NtfsFCBInitializeCache(), and NtfsMountVolume().
PDEVICE_OBJECT NTFS_GLOBAL_DATA::DeviceObject |
Definition at line 148 of file ntfs.h.
Referenced by DriverEntry(), NtfsCleanup(), NtfsClose(), NtfsCreate(), NtfsMountVolume(), and NtfsWrite().
PDRIVER_OBJECT NTFS_GLOBAL_DATA::DriverObject |
Definition at line 147 of file ntfs.h.
Referenced by DriverEntry(), and NtfsMountVolume().
BOOLEAN NTFS_GLOBAL_DATA::EnableWriteSupport |
Definition at line 155 of file ntfs.h.
Referenced by AddNewMftEntry(), DriverEntry(), NtfsCreateFile(), and NtfsDispatch().
FAST_IO_DISPATCH NTFS_GLOBAL_DATA::FastIoDispatch |
Definition at line 151 of file ntfs.h.
Referenced by DriverEntry().
NPAGED_LOOKASIDE_LIST NTFS_GLOBAL_DATA::FcbLookasideList |
Definition at line 153 of file ntfs.h.
Referenced by DriverEntry(), NtfsCreateFCB(), and NtfsDestroyFCB().
NTFSIDENTIFIER NTFS_GLOBAL_DATA::Identifier |
Definition at line 145 of file ntfs.h.
Referenced by DriverEntry().
NPAGED_LOOKASIDE_LIST NTFS_GLOBAL_DATA::IrpContextLookasideList |
Definition at line 152 of file ntfs.h.
Referenced by DriverEntry(), NtfsAllocateIrpContext(), and NtfsDispatch().
ERESOURCE NTFS_GLOBAL_DATA::Resource |
Definition at line 146 of file ntfs.h.
Referenced by DriverEntry().