struct Superblock

Defined at line 16 of file ../../src/devices/block/drivers/block-verity/superblock.h

This is the packed, on-disk structure of a block-verity superblock. Integral

fields larger than one byte should be serialized in little-endian form.

Public Members

uint8_t[16] magic
uint64_t block_count
uint32_t block_size
uint32_t hash_function
uint8_t[32] integrity_root_hash
uint8_t[4032] pad