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

Definition at line 32 of file fatstruc.h.
| BOOLEAN _FAT_DATA::AsyncCloseActive |
Definition at line 101 of file fatstruc.h.
| ULONG _FAT_DATA::AsyncCloseCount |
Definition at line 131 of file fatstruc.h.
| LIST_ENTRY _FAT_DATA::AsyncCloseList |
Definition at line 132 of file fatstruc.h.
| CACHE_MANAGER_CALLBACKS _FAT_DATA::CacheManagerCallbacks |
Definition at line 159 of file fatstruc.h.
Referenced by _Requires_lock_held_(), and FatOpenEaFile().
| CACHE_MANAGER_CALLBACKS _FAT_DATA::CacheManagerNoOpCallbacks |
Definition at line 160 of file fatstruc.h.
Referenced by _Requires_lock_held_(), and FatSetupAllocationSupport().
| PVOID _FAT_DATA::CdromFileSystemDeviceObject |
Definition at line 62 of file fatstruc.h.
| BOOLEAN _FAT_DATA::ChicagoMode |
Definition at line 87 of file fatstruc.h.
Referenced by Fat8dot3ToString(), FatConstructDirent(), FatCreateDcb(), FatCreateFcb(), FatGetDirTimes(), FatQueryFsAttributeInfo(), and FatSetRenameInfo().
| BOOLEAN _FAT_DATA::CodePageInvariant |
Definition at line 115 of file fatstruc.h.
Referenced by FatEvaluateNameCase().
| ULONG _FAT_DATA::DelayedCloseCount |
Definition at line 138 of file fatstruc.h.
| LIST_ENTRY _FAT_DATA::DelayedCloseList |
Definition at line 139 of file fatstruc.h.
| PVOID _FAT_DATA::DiskFileSystemDeviceObject |
Definition at line 61 of file fatstruc.h.
| PDRIVER_OBJECT _FAT_DATA::DriverObject |
Definition at line 55 of file fatstruc.h.
| PIO_WORKITEM _FAT_DATA::FatCloseItem |
Definition at line 145 of file fatstruc.h.
| BOOLEAN _FAT_DATA::FujitsuFMR |
Definition at line 95 of file fatstruc.h.
Referenced by FatIsBootSectorFat().
| KSPIN_LOCK _FAT_DATA::GeneralSpinLock |
Definition at line 152 of file fatstruc.h.
Referenced by _Requires_lock_held_(), FatAllocateCloseContext(), FatMultiAsyncCompletionRoutine(), FatPreallocateCloseContext(), FatSingleAsyncCompletionRoutine(), and FatToggleMediaEjectDisable().
| BOOLEAN _FAT_DATA::HighAsync |
Definition at line 122 of file fatstruc.h.
| BOOLEAN _FAT_DATA::HighDelayed |
Definition at line 123 of file fatstruc.h.
| PVOID _FAT_DATA::LazyWriteThread |
Definition at line 42 of file fatstruc.h.
| NODE_BYTE_SIZE _FAT_DATA::NodeByteSize |
Definition at line 39 of file fatstruc.h.
| NODE_TYPE_CODE _FAT_DATA::NodeTypeCode |
Definition at line 38 of file fatstruc.h.
| ULONG _FAT_DATA::NumberProcessors |
Definition at line 81 of file fatstruc.h.
Referenced by _Requires_lock_held_(), and FatGetStatistics().
| PEPROCESS _FAT_DATA::OurProcess |
Definition at line 75 of file fatstruc.h.
| ERESOURCE _FAT_DATA::Resource |
Definition at line 68 of file fatstruc.h.
| BOOLEAN _FAT_DATA::ShutdownStarted |
Definition at line 108 of file fatstruc.h.
Referenced by _Requires_lock_held_().
| LIST_ENTRY _FAT_DATA::VcbQueue |
Definition at line 49 of file fatstruc.h.
Referenced by _Requires_lock_held_(), and FatDeferredCleanVolume().
| PVOID _FAT_DATA::ZeroPage |
Definition at line 163 of file fatstruc.h.
Referenced by FatBuildZeroMdl().