Home
last modified time | relevance | path

Searched defs:zap_leaf_entry (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/zfs/
Dzap_leaf.h64 struct zap_leaf_entry { struct
65 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
66 uint8_t le_int_size; /* size of ints */
67 uint16_t le_next; /* next entry in hash chain */
68 uint16_t le_name_chunk; /* first chunk of the name */
69 uint16_t le_name_length; /* bytes in name, incl null */
70 uint16_t le_value_chunk; /* first chunk of the value */
71 uint16_t le_value_length; /* value length in ints */
72 uint32_t le_cd; /* collision differentiator */
73 uint64_t le_hash; /* hash value of the name */