Searched defs:zap_leaf_header (Results 1 – 2 of 2) sorted by relevance
52 struct zap_leaf_header { struct53 uint64_t lh_block_type; /* ZBT_LEAF */54 uint64_t lh_pad1;55 uint64_t lh_prefix; /* hash prefix of this leaf */56 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */57 uint16_t lh_nfree; /* number free chunks */58 uint16_t lh_nentries; /* number of entries */59 uint16_t lh_prefix_len; /* num bits used to id this */63 uint16_t lh_freelist; /* chunk head of free list */64 uint8_t lh_pad2[12];
104 struct zap_leaf_header { struct106 uint64_t lh_block_type; /* ZBT_LEAF */107 uint64_t lh_pad1;108 uint64_t lh_prefix; /* hash prefix of this leaf */109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */110 uint16_t lh_nfree; /* number free chunks */111 uint16_t lh_nentries; /* number of entries */112 uint16_t lh_prefix_len; /* num bits used to id this */115 uint16_t lh_freelist; /* chunk head of free list */116 uint8_t lh_flags; /* ZLF_* flags */[all …]