ReactOS 0.4.16-dev-588-gf07ea94
|
#include <cache.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
ULONG | BlockNumber |
BOOLEAN | LockedInCache |
ULONG | AccessCount |
PVOID | BlockData |
ULONG CACHE_BLOCK::AccessCount |
Definition at line 41 of file cache.h.
Referenced by CacheInternalDumpBlockList(), and CacheInternalFindBlock().
PVOID CACHE_BLOCK::BlockData |
Definition at line 43 of file cache.h.
Referenced by CacheInitializeDrive(), CacheInternalAddBlockToCache(), CacheInternalDumpBlockList(), CacheInternalFreeBlock(), and CacheReadDiskSectors().
ULONG CACHE_BLOCK::BlockNumber |
Definition at line 39 of file cache.h.
Referenced by CacheInternalAddBlockToCache(), CacheInternalDumpBlockList(), CacheInternalFindBlock(), and CacheInternalGetBlockPointer().
LIST_ENTRY CACHE_BLOCK::ListEntry |
Definition at line 37 of file cache.h.
Referenced by CacheInternalAddBlockToCache(), CacheInternalDumpBlockList(), CacheInternalFindBlock(), CacheInternalFreeBlock(), and CacheInternalOptimizeBlockList().
BOOLEAN CACHE_BLOCK::LockedInCache |
Definition at line 40 of file cache.h.
Referenced by CacheInternalDumpBlockList(), and CacheInternalFreeBlock().