Describes the cache parameters of a region on the disk. More...
#include <tpl_drv_disk.h>
Data Fields | |
| Uint64 | Base |
| Base of cache region. | |
| Uint64 | Length |
| Size of cache region. | |
| Uint8 | Flags |
| Cache Protocol & Flags. | |
| Uint8 | Priority |
| Lower is a higher proritory. | |
| Uint16 | CacheSize |
| Maximum size of cache, in blocks. | |
Describes the cache parameters of a region on the disk.
Maximum size of cache, in blocks.
Cache Protocol & Flags.
The low 4 bits denot the cache protocol to be used by the region (see eTplDisk_CacheProtocols for a list). The high 4 bits denote flags to apply to the cache (see eTplDisk_CacheFlags)
1.6.3