|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <vfat.h>

| CACHE_MANAGER_CALLBACKS VFAT_GLOBAL_DATA::CacheMgrCallbacks |
Definition at line 422 of file vfat.h.
Referenced by DriverEntry(), VfatCommonRead(), vfatFCBInitializeCacheFromVolume(), VfatMount(), and VfatWrite().
| NPAGED_LOOKASIDE_LIST VFAT_GLOBAL_DATA::CcbLookasideList |
Definition at line 418 of file vfat.h.
Referenced by DriverEntry(), vfatAttachFCBToFileObject(), vfatDestroyCCB(), and vfatFCBInitializeCacheFromVolume().
| PAGED_LOOKASIDE_LIST VFAT_GLOBAL_DATA::CloseContextLookasideList |
Definition at line 420 of file vfat.h.
Referenced by DriverEntry(), VfatCloseWorker(), VfatOpenFile(), and VfatPostCloseFile().
| ULONG VFAT_GLOBAL_DATA::CloseCount |
Definition at line 424 of file vfat.h.
Referenced by DriverEntry(), VfatCloseWorker(), VfatOpenFile(), and VfatPostCloseFile().
| LIST_ENTRY VFAT_GLOBAL_DATA::CloseListHead |
Definition at line 425 of file vfat.h.
Referenced by DriverEntry(), VfatCloseWorker(), and VfatPostCloseFile().
| FAST_MUTEX VFAT_GLOBAL_DATA::CloseMutex |
Definition at line 423 of file vfat.h.
Referenced by DriverEntry(), VfatCloseWorker(), VfatOpenFile(), and VfatPostCloseFile().
| BOOLEAN VFAT_GLOBAL_DATA::CloseWorkerRunning |
Definition at line 426 of file vfat.h.
Referenced by DriverEntry(), VfatCloseWorker(), and VfatPostCloseFile().
| PIO_WORKITEM VFAT_GLOBAL_DATA::CloseWorkItem |
Definition at line 427 of file vfat.h.
Referenced by DriverEntry(), and VfatPostCloseFile().
| PDEVICE_OBJECT VFAT_GLOBAL_DATA::DeviceObject |
Definition at line 412 of file vfat.h.
Referenced by DriverEntry(), VfatCleanup(), VfatClose(), VfatCreate(), VfatFlush(), VfatLockControl(), VfatMount(), VfatRead(), VfatShutdown(), and VfatWrite().
| PDRIVER_OBJECT VFAT_GLOBAL_DATA::DriverObject |
Definition at line 411 of file vfat.h.
Referenced by DriverEntry(), and VfatMount().
| FAST_IO_DISPATCH VFAT_GLOBAL_DATA::FastIoDispatch |
Definition at line 421 of file vfat.h.
Referenced by DriverEntry().
| NPAGED_LOOKASIDE_LIST VFAT_GLOBAL_DATA::FcbLookasideList |
Definition at line 417 of file vfat.h.
Referenced by DriverEntry(), vfatDestroyFCB(), and vfatNewFCB().
| ULONG VFAT_GLOBAL_DATA::Flags |
Definition at line 413 of file vfat.h.
Referenced by FAT16GetNextCluster(), FAT32GetNextCluster(), FindFile(), GetNextCluster(), and vfatDirFindFile().
| NPAGED_LOOKASIDE_LIST VFAT_GLOBAL_DATA::IrpContextLookasideList |
Definition at line 419 of file vfat.h.
Referenced by DriverEntry(), VfatAllocateIrpContext(), and VfatFreeIrpContext().
| ULONG VFAT_GLOBAL_DATA::NumberProcessors |
Definition at line 414 of file vfat.h.
Referenced by DriverEntry(), VfatGetStatistics(), and VfatMount().
| BOOLEAN VFAT_GLOBAL_DATA::ShutdownStarted |
Definition at line 428 of file vfat.h.
Referenced by DriverEntry(), VfatCloseFile(), and VfatShutdown().
| LIST_ENTRY VFAT_GLOBAL_DATA::VolumeListHead |
Definition at line 416 of file vfat.h.
Referenced by DriverEntry(), VfatMount(), and VfatShutdown().
| ERESOURCE VFAT_GLOBAL_DATA::VolumeListLock |
Definition at line 415 of file vfat.h.
Referenced by DriverEntry(), VfatCheckForDismount(), VfatMount(), and VfatShutdown().