Searched defs:zap_leaf_entry (Results 1 – 1 of 1) sorted by relevance
65 struct zap_leaf_entry { struct66 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */67 uint8_t le_int_size; /* size of ints */68 uint16_t le_next; /* next entry in hash chain */69 uint16_t le_name_chunk; /* first chunk of the name */70 uint16_t le_name_length; /* bytes in name, incl null */71 uint16_t le_value_chunk; /* first chunk of the value */72 uint16_t le_value_length; /* value length in ints */73 uint32_t le_cd; /* collision differentiator */74 uint64_t le_hash; /* hash value of the name */