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];
103 struct zap_leaf_header { struct104 uint64_t lh_block_type; /* ZBT_LEAF */105 uint64_t lh_pad1;106 uint64_t lh_prefix; /* hash prefix of this leaf */107 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */108 uint16_t lh_nfree; /* number free chunks */109 uint16_t lh_nentries; /* number of entries */110 uint16_t lh_prefix_len; /* num bits used to id this */114 uint16_t lh_freelist; /* chunk head of free list */115 uint8_t lh_flags; /* ZLF_* flags */[all …]