Searched defs:zap_leaf_header (Results 1 – 2 of 2) sorted by relevance
111 struct zap_leaf_header { struct 113 lh_block_typezap_leaf_phys::zap_leaf_header global() argument 114 lh_pad1zap_leaf_phys::zap_leaf_header global() argument 115 lh_prefixzap_leaf_phys::zap_leaf_header global() argument 116 lh_magiczap_leaf_phys::zap_leaf_header global() argument 117 lh_nfreezap_leaf_phys::zap_leaf_header global() argument 118 lh_nentrieszap_leaf_phys::zap_leaf_header global() argument 119 lh_prefix_lenzap_leaf_phys::zap_leaf_header global() argument 122 lh_freelistzap_leaf_phys::zap_leaf_header global() argument 123 lh_flagszap_leaf_phys::zap_leaf_header global() argument 124 lh_pad2zap_leaf_phys::zap_leaf_header global() argument
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];