Searched defs:zap_leaf_entry (Results 1 – 2 of 2) sorted by relevance
140 struct zap_leaf_entry { struct141 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */142 uint8_t le_value_intlen; /* size of value's ints */143 uint16_t le_next; /* next entry in hash chain */144 uint16_t le_name_chunk; /* first chunk of the name */145 uint16_t le_name_numints; /* ints in name (incl null) */146 uint16_t le_value_chunk; /* first chunk of the value */147 uint16_t le_value_numints; /* value length in ints */148 uint32_t le_cd; /* collision differentiator */149 uint64_t le_hash; /* hash value of the name */
1723 struct zap_leaf_entry { struct1724 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */1725 uint8_t le_value_intlen; /* size of ints */1726 uint16_t le_next; /* next entry in hash chain */1727 uint16_t le_name_chunk; /* first chunk of the name */1728 uint16_t le_name_numints; /* bytes in name, incl null */1729 uint16_t le_value_chunk; /* first chunk of the value */1730 uint16_t le_value_numints; /* value length in ints */1731 uint32_t le_cd; /* collision differentiator */1732 uint64_t le_hash; /* hash value of the name */