Searched defs:zap_leaf_entry (Results 1 – 2 of 2) sorted by relevance
139 struct zap_leaf_entry { struct 140 le_typezap_leaf_chunk::zap_leaf_entry global() argument 141 le_value_intlenzap_leaf_chunk::zap_leaf_entry global() argument 142 le_nextzap_leaf_chunk::zap_leaf_entry global() argument 143 le_name_chunkzap_leaf_chunk::zap_leaf_entry global() argument 144 le_name_numintszap_leaf_chunk::zap_leaf_entry global() argument 145 le_value_chunkzap_leaf_chunk::zap_leaf_entry global() argument 146 le_value_numintszap_leaf_chunk::zap_leaf_entry global() argument 147 le_cdzap_leaf_chunk::zap_leaf_entry global() argument 148 le_hashzap_leaf_chunk::zap_leaf_entry global() argument
1717 struct zap_leaf_entry { struct1718 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */1719 uint8_t le_value_intlen; /* size of ints */1720 uint16_t le_next; /* next entry in hash chain */1721 uint16_t le_name_chunk; /* first chunk of the name */1722 uint16_t le_name_numints; /* bytes in name, incl null */1723 uint16_t le_value_chunk; /* first chunk of the value */1724 uint16_t le_value_numints; /* value length in ints */1725 uint32_t le_cd; /* collision differentiator */1726 uint64_t le_hash; /* hash value of the name */