|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| DBG_DEFAULT_CHANNEL (CACHE) | |
| PCACHE_BLOCK | CacheInternalGetBlockPointer (PCACHE_DRIVE CacheDrive, ULONG BlockNumber) |
| PCACHE_BLOCK | CacheInternalFindBlock (PCACHE_DRIVE CacheDrive, ULONG BlockNumber) |
| PCACHE_BLOCK | CacheInternalAddBlockToCache (PCACHE_DRIVE CacheDrive, ULONG BlockNumber) |
| BOOLEAN | CacheInternalFreeBlock (PCACHE_DRIVE CacheDrive) |
| VOID | CacheInternalCheckCacheSizeLimits (PCACHE_DRIVE CacheDrive) |
| VOID | CacheInternalDumpBlockList (PCACHE_DRIVE CacheDrive) |
| VOID | CacheInternalOptimizeBlockList (PCACHE_DRIVE CacheDrive, PCACHE_BLOCK CacheBlock) |
| PCACHE_BLOCK CacheInternalAddBlockToCache | ( | PCACHE_DRIVE | CacheDrive, |
| ULONG | BlockNumber | ||
| ) |
Definition at line 91 of file blocklist.c.
Referenced by CacheInternalGetBlockPointer().
| VOID CacheInternalCheckCacheSizeLimits | ( | PCACHE_DRIVE | CacheDrive | ) |
Definition at line 177 of file blocklist.c.
Referenced by CacheInternalAddBlockToCache().
| VOID CacheInternalDumpBlockList | ( | PCACHE_DRIVE | CacheDrive | ) |
Definition at line 194 of file blocklist.c.
Referenced by CacheInternalAddBlockToCache(), and CacheInternalCheckCacheSizeLimits().
| PCACHE_BLOCK CacheInternalFindBlock | ( | PCACHE_DRIVE | CacheDrive, |
| ULONG | BlockNumber | ||
| ) |
Definition at line 53 of file blocklist.c.
Referenced by CacheInternalGetBlockPointer().
| BOOLEAN CacheInternalFreeBlock | ( | PCACHE_DRIVE | CacheDrive | ) |
Definition at line 142 of file blocklist.c.
Referenced by CacheInternalCheckCacheSizeLimits(), and CacheReleaseMemory().
| PCACHE_BLOCK CacheInternalGetBlockPointer | ( | PCACHE_DRIVE | CacheDrive, |
| ULONG | BlockNumber | ||
| ) |
Definition at line 28 of file blocklist.c.
Referenced by CacheReadDiskSectors().
| VOID CacheInternalOptimizeBlockList | ( | PCACHE_DRIVE | CacheDrive, |
| PCACHE_BLOCK | CacheBlock | ||
| ) |
Definition at line 223 of file blocklist.c.
Referenced by CacheInternalGetBlockPointer().
| DBG_DEFAULT_CHANNEL | ( | CACHE | ) |