Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h77 struct zap_leaf_entry { struct
78 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
79 uint8_t le_int_size; /* size of ints */
80 uint16_t le_next; /* next entry in hash chain */
81 uint16_t le_name_chunk; /* first chunk of the name */
82 uint16_t le_name_length; /* bytes in name, incl null */
83 uint16_t le_value_chunk; /* first chunk of the value */
84 uint16_t le_value_length; /* value length in ints */
85 uint32_t le_cd; /* collision differentiator */
86 uint64_t le_hash; /* hash value of the name */
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h132 struct zap_leaf_entry { struct
133 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
134 uint8_t le_value_intlen; /* size of value's ints */
135 uint16_t le_next; /* next entry in hash chain */
136 uint16_t le_name_chunk; /* first chunk of the name */
137 uint16_t le_name_numints; /* ints in name (incl null) */
138 uint16_t le_value_chunk; /* first chunk of the value */
139 uint16_t le_value_numints; /* value length in ints */
140 uint32_t le_cd; /* collision differentiator */
141 uint64_t le_hash; /* hash value of the name */
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1550 struct zap_leaf_entry { struct
1551 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
1552 uint8_t le_value_intlen; /* size of ints */
1553 uint16_t le_next; /* next entry in hash chain */
1554 uint16_t le_name_chunk; /* first chunk of the name */
1555 uint16_t le_name_numints; /* bytes in name, incl null */
1556 uint16_t le_value_chunk; /* first chunk of the value */
1557 uint16_t le_value_numints; /* value length in ints */
1558 uint32_t le_cd; /* collision differentiator */
1559 uint64_t le_hash; /* hash value of the name */