Searched defs:zap_leaf_entry (Results 1 – 1 of 1) sorted by relevance
139 struct zap_leaf_entry { struct140 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */141 uint8_t le_value_intlen; /* size of value's ints */142 uint16_t le_next; /* next entry in hash chain */143 uint16_t le_name_chunk; /* first chunk of the name */144 uint16_t le_name_numints; /* ints in name (incl null) */145 uint16_t le_value_chunk; /* first chunk of the value */146 uint16_t le_value_numints; /* value length in ints */147 uint32_t le_cd; /* collision differentiator */148 uint64_t le_hash; /* hash value of the name */