Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
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 */
/freebsd-10-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1292 struct zap_leaf_entry { struct
1293 uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
1294 uint8_t le_value_intlen; /* size of ints */
1295 uint16_t le_next; /* next entry in hash chain */
1296 uint16_t le_name_chunk; /* first chunk of the name */
1297 uint16_t le_name_numints; /* bytes in name, incl null */
1298 uint16_t le_value_chunk; /* first chunk of the value */
1299 uint16_t le_value_numints; /* value length in ints */
1300 uint32_t le_cd; /* collision differentiator */
1301 uint64_t le_hash; /* hash value of the name */