ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (CACHE) | |
BOOLEAN | CacheInitializeDrive (UCHAR DriveNumber) |
VOID | CacheInvalidateCacheData (VOID) |
BOOLEAN | CacheReadDiskSectors (UCHAR DiskNumber, ULONGLONG StartSector, ULONG SectorCount, PVOID Buffer) |
BOOLEAN | CacheReleaseMemory (ULONG MinimumAmountToRelease) |
Variables | |
CACHE_DRIVE | CacheManagerDrive |
BOOLEAN | CacheManagerInitialized = FALSE |
BOOLEAN | CacheManagerDataInvalid = FALSE |
ULONG | CacheBlockCount = 0 |
SIZE_T | CacheSizeLimit = 0 |
SIZE_T | CacheSizeCurrent = 0 |
Definition at line 37 of file cache.c.
Referenced by Ext2OpenVolume().
BOOLEAN CacheReadDiskSectors | ( | UCHAR | DiskNumber, |
ULONGLONG | StartSector, | ||
ULONG | SectorCount, | ||
PVOID | Buffer | ||
) |
Definition at line 113 of file cache.c.
Referenced by Ext2ReadVolumeSectors().
Definition at line 293 of file cache.c.
DBG_DEFAULT_CHANNEL | ( | CACHE | ) |
ULONG CacheBlockCount = 0 |
Definition at line 33 of file cache.c.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), CacheInternalCheckCacheSizeLimits(), CacheInternalDumpBlockList(), and CacheInternalFreeBlock().
Definition at line 32 of file cache.c.
Referenced by CacheInitializeDrive(), and CacheInvalidateCacheData().
CACHE_DRIVE CacheManagerDrive |
Definition at line 30 of file cache.c.
Referenced by CacheInitializeDrive(), CacheReadDiskSectors(), and CacheReleaseMemory().
Definition at line 31 of file cache.c.
Referenced by CacheInitializeDrive(), CacheReadDiskSectors(), and CacheReleaseMemory().
SIZE_T CacheSizeCurrent = 0 |
Definition at line 35 of file cache.c.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), CacheInternalDumpBlockList(), and CacheInternalFreeBlock().
SIZE_T CacheSizeLimit = 0 |
Definition at line 34 of file cache.c.
Referenced by CacheInitializeDrive(), CacheInternalCheckCacheSizeLimits(), and CacheInternalDumpBlockList().