Searched defs:zap_leaf_header (Results 1 – 2 of 2) sorted by relevance
112 struct zap_leaf_header { struct114 uint64_t lh_block_type; /* ZBT_LEAF */115 uint64_t lh_pad1;116 uint64_t lh_prefix; /* hash prefix of this leaf */117 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */118 uint16_t lh_nfree; /* number free chunks */119 uint16_t lh_nentries; /* number of entries */120 uint16_t lh_prefix_len; /* num bits used to id this */123 uint16_t lh_freelist; /* chunk head of free list */124 uint8_t lh_flags; /* ZLF_* flags */[all …]
1690 struct zap_leaf_header { struct1691 uint64_t lh_block_type; /* ZBT_LEAF */1692 uint64_t lh_pad1;1693 uint64_t lh_prefix; /* hash prefix of this leaf */1694 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */1695 uint16_t lh_nfree; /* number free chunks */1696 uint16_t lh_nentries; /* number of entries */1697 uint16_t lh_prefix_len; /* num bits used to id this */1701 uint16_t lh_freelist; /* chunk head of free list */1702 uint8_t lh_pad2[12];