Open CAS Framework
Open source framework of Cache Acceleration Software
|
Atomic metadata for extended sector. More...
#include <ocf_metadata.h>
Data Fields | |
uint64_t | core_line: 46 |
uint32_t | core_seq_no: 16 |
uint32_t | valid: 1 |
uint32_t | dirty: 1 |
Atomic metadata for extended sector.
uint64_t core_line |
Core line of core (in cache line size unit) which are cached
uint32_t core_seq_no |
Core sequence number to which this line belongs to
uint32_t dirty |
Set bit indicates that sector is dirty
uint32_t valid |
Set bit indicates that given sector is valid (is cached)