#include <P_CacheDisk.h>
| Data Fields | |
| uint64_t | offset | 
| uint64_t | len | 
| int | number | 
| unsigned int | type:3 | 
| unsigned int | free:1 | 
Definition at line 48 of file P_CacheDisk.h.
| unsigned int DiskVolBlock::free | 
Definition at line 54 of file P_CacheDisk.h.
Referenced by CacheDisk::create_volume(), CacheDisk::delete_all_volumes(), CacheDisk::delete_volume(), CacheProcessor::diskInitialized(), execute_and_verify(), and CacheDisk::update_header().
| uint64_t DiskVolBlock::len | 
Definition at line 51 of file P_CacheDisk.h.
Referenced by cplist_reconfigure(), CacheDisk::create_volume(), create_volume(), CacheDisk::delete_all_volumes(), CacheDisk::delete_volume(), CacheProcessor::diskInitialized(), execute_and_verify(), fillExclusiveDisks(), Cache::open(), and CacheDisk::update_header().
Definition at line 52 of file P_CacheDisk.h.
Referenced by CacheDisk::create_volume(), CacheProcessor::diskInitialized(), execute_and_verify(), and CacheDisk::update_header().
| uint64_t DiskVolBlock::offset | 
Definition at line 50 of file P_CacheDisk.h.
Referenced by CacheDisk::create_volume(), CacheDisk::delete_all_volumes(), and Cache::open().
| unsigned int DiskVolBlock::type | 
Definition at line 53 of file P_CacheDisk.h.
Referenced by CacheDisk::create_volume(), CacheDisk::delete_all_volumes(), and CacheDisk::delete_volume().
 1.7.1
 1.7.1