Searched defs:hammer2_blockref (Results 1 – 1 of 1) sorted by relevance
619 struct hammer2_blockref { /* MUST BE EXACTLY 128 BYTES */ struct620 uint8_t type; /* type of underlying item */621 uint8_t methods; /* check method & compression method */622 uint8_t copyid; /* specify which copy this is */623 uint8_t keybits; /* #of keybits masked off 0=leaf */624 uint8_t vradix; /* virtual data/meta-data size */625 uint8_t flags; /* blockref flags */626 uint16_t leaf_count; /* leaf aggregation count */627 hammer2_key_t key; /* key specification */628 hammer2_tid_t mirror_tid; /* media flush topology & freemap */[all …]