ReactOS
0.4.15-dev-2092-gf04890c
|
Go to the source code of this file.
Macros | |
#define | FAT_SHIFT10000 13 |
#define | FAT_SHIFT86400000 26 |
#define | FatConvert100nsToMilliseconds(LARGE_INTEGER) |
#define | FatConvertMillisecondsToDays(LARGE_INTEGER) |
#define | FatConvertDaysToMilliseconds(DAYS) |
#define | FAT_RESERVE_MDL_SIZE 16 |
#define | READ_AHEAD_GRANULARITY (0x10000) |
#define | FAT_MAX_IO_RUNS_ON_STACK ((ULONG) 5) |
#define | FAT_MAX_DELAYED_CLOSES ((ULONG)16) |
#define | FAT_DEFAULT_DEFRAG_CHUNK_IN_BYTES (0x10000) |
#define | TenMSec (10*1000*10) |
#define | TwoSeconds (2*1000*1000*10) |
#define | AlmostTenMSec (TenMSec - 1) |
#define | AlmostTwoSeconds (TwoSeconds - 1) |
#define | HighPartPerDay (52734375 >> 18) |
#define | DebugTrace(INDENT, LEVEL, X, Y) {NOTHING;} |
#define | DebugDump(STR, LEVEL, PTR) {NOTHING;} |
#define | DebugUnwind(X) {NOTHING;} |
#define | DebugDoit(X) {NOTHING;} |
#define | TimerStart(LEVEL) |
#define | TimerStop(LEVEL, s) |
#define | FatNull NULL |
#define | DbgDoit(X) {NOTHING;} |
#define AlmostTwoSeconds (TwoSeconds - 1) |
#define FatConvert100nsToMilliseconds | ( | LARGE_INTEGER | ) |
#define FatConvertDaysToMilliseconds | ( | DAYS | ) |
#define FatConvertMillisecondsToDays | ( | LARGE_INTEGER | ) |
LARGE_INTEGER Fat100Milliseconds |
LARGE_INTEGER Fat30Milliseconds |
Definition at line 70 of file fatdata.c.
Referenced by FatPagingFileIo().
PDEVICE_OBJECT FatCdromFileSystemDeviceObject |
Definition at line 59 of file fatdata.c.
Referenced by _Requires_lock_held_().
SLIST_HEADER FatCloseContextSList |
Definition at line 106 of file fatdata.c.
Referenced by FatAllocateCloseContext(), and FatPreallocateCloseContext().
FAST_MUTEX FatCloseQueueMutex |
FAT_DATA FatData |
Definition at line 56 of file fatdata.c.
Referenced by _Requires_lock_held_(), Fat8dot3ToString(), FatAllocateCloseContext(), FatBuildZeroMdl(), FatConstructDirent(), FatCreateDcb(), FatCreateFcb(), FatDeferredCleanVolume(), FatEvaluateNameCase(), FatGetDirTimes(), FatGetStatistics(), FatIsBootSectorFat(), FatMultiAsyncCompletionRoutine(), FatOpenEaFile(), FatPreallocateCloseContext(), FatQueryFsAttributeInfo(), FatSetRenameInfo(), FatSetupAllocationSupport(), FatSingleAsyncCompletionRoutine(), and FatToggleMediaEjectDisable().
LARGE_INTEGER FatDecThirtyOne1979 |
LOGICAL FatDiskAccountingEnabled |
Definition at line 129 of file fatdata.c.
Referenced by _Requires_lock_held_(), FatInitializeCacheMap(), FatMultipleAsync(), FatPagingFileIo(), FatSingleAsync(), and FatSingleNonAlignedSync().
PDEVICE_OBJECT FatDiskFileSystemDeviceObject |
Definition at line 58 of file fatdata.c.
Referenced by _Requires_lock_held_().
NPAGED_LOOKASIDE_LIST FatEResourceLookasideList |
Definition at line 104 of file fatdata.c.
Referenced by FatAllocateResource(), and FatFreeResource().
FAST_IO_DISPATCH FatFastIoDispatch |
IO_STATUS_BLOCK FatGarbageIosb |
NPAGED_LOOKASIDE_LIST FatIrpContextLookasideList |
Definition at line 102 of file fatdata.c.
Referenced by FatAllocateIrpContext(), and FatFreeIrpContext().
LARGE_INTEGER FatJanOne1980 |
Definition at line 73 of file fatdata.c.
Referenced by _Function_class_(), FatCreateDcb(), FatCreateFcb(), FatGetDirTimes(), and FatQueryBasicInfo().
LARGE_INTEGER FatLargeZero |
Definition at line 62 of file fatdata.c.
Referenced by _Function_class_(), _Requires_lock_held_(), FatSyncUninitializeCacheMap(), and FatTearDownVcb().
LARGE_INTEGER FatMagic10000 |
LARGE_INTEGER FatMagic86400000 |
LARGE_INTEGER FatMaxLarge |
Definition at line 63 of file fatdata.c.
Referenced by _Requires_lock_held_(), FatOpenEaFile(), and FatSetupAllocationSupport().
NPAGED_LOOKASIDE_LIST FatNonPagedFcbLookasideList |
Definition at line 103 of file fatdata.c.
Referenced by FatAllocateNonPagedFcb(), and FatFreeNonPagedFcb().
LARGE_INTEGER FatOneDay |
LARGE_INTEGER FatOneSecond |
KEVENT FatReserveEvent |
Definition at line 123 of file fatdata.c.
Referenced by FatPagingFileCompletionRoutineCatch(), and FatPagingFileIo().
__volatile PMDL FatReserveMdl |
Definition at line 119 of file fatdata.c.
Referenced by FatPagingFileCompletionRoutineCatch(), and FatPagingFileIo().
FAT_TIME_STAMP FatTimeJanOne1980 |