|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
Hash table entry mapping block file offset -> stripe index + position. More...
Data Fields | |
| uint64_t | block_offset |
| Key: file offset of the data block. | |
| uint32_t | stripe_index |
| Index into ec_read_stripes array. | |
| uint16_t | position |
| Position within the stripe (0..actual_k-1). | |
| UT_hash_handle | hh |
Hash table entry mapping block file offset -> stripe index + position.
| uint64_t EcBlockLookupEntry::block_offset |
Key: file offset of the data block.
Definition at line 56 of file erasure.c.
Referenced by ec_load_ecmb().
| uint16_t EcBlockLookupEntry::position |
Position within the stripe (0..actual_k-1).
Definition at line 58 of file erasure.c.
Referenced by ec_load_ecmb(), and ec_recover_data_block().
| uint32_t EcBlockLookupEntry::stripe_index |
Index into ec_read_stripes array.
Definition at line 57 of file erasure.c.
Referenced by ec_load_ecmb(), and ec_recover_data_block().