Searched defs:zap_leaf_entry (Results 1 – 2 of 2) sorted by relevance
79 struct zap_leaf_entry { struct80 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */81 uint8_t le_int_size; /* size of ints */82 uint16_t le_next; /* next entry in hash chain */83 uint16_t le_name_chunk; /* first chunk of the name */84 uint16_t le_name_length; /* bytes in name, incl null */85 uint16_t le_value_chunk; /* first chunk of the value */86 uint16_t le_value_length; /* value length in ints */87 uint32_t le_cd; /* collision differentiator */88 uint64_t le_hash; /* hash value of the name */
131 struct zap_leaf_entry { struct132 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */133 uint8_t le_value_intlen; /* size of value's ints */134 uint16_t le_next; /* next entry in hash chain */135 uint16_t le_name_chunk; /* first chunk of the name */136 uint16_t le_name_numints; /* ints in name (incl null) */137 uint16_t le_value_chunk; /* first chunk of the value */138 uint16_t le_value_numints; /* value length in ints */139 uint32_t le_cd; /* collision differentiator */140 uint64_t le_hash; /* hash value of the name */