ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <cache.h>
Public Attributes | |
UCHAR | DriveNumber |
ULONG | BytesPerSector |
ULONG | BlockSize |
LIST_ENTRY | CacheBlockHead |
ULONG CACHE_DRIVE::BlockSize |
Definition at line 59 of file cache.h.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), CacheInternalCheckCacheSizeLimits(), CacheInternalDumpBlockList(), CacheInternalFreeBlock(), CacheReadDiskSectors(), and CacheReleaseMemory().
ULONG CACHE_DRIVE::BytesPerSector |
Definition at line 57 of file cache.h.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), CacheInternalCheckCacheSizeLimits(), CacheInternalDumpBlockList(), CacheInternalFreeBlock(), CacheReadDiskSectors(), and CacheReleaseMemory().
LIST_ENTRY CACHE_DRIVE::CacheBlockHead |
Definition at line 60 of file cache.h.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), CacheInternalDumpBlockList(), CacheInternalFindBlock(), CacheInternalFreeBlock(), and CacheInternalOptimizeBlockList().
UCHAR CACHE_DRIVE::DriveNumber |
Definition at line 56 of file cache.h.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), and CacheInternalDumpBlockList().