summaryrefslogtreecommitdiffstats
path: root/sys/cddl/boot
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2012-09-11 08:45:49 +0000
committeravg <avg@FreeBSD.org>2012-09-11 08:45:49 +0000
commitf9c4096237446b2eb281d12c6f68a412bf309d2e (patch)
treeeab296427b9238725daef6dfff49f2e43e920a6e /sys/cddl/boot
parent261aee2945e74024e276ba739a910c6145868d8c (diff)
downloadFreeBSD-src-f9c4096237446b2eb281d12c6f68a412bf309d2e.zip
FreeBSD-src-f9c4096237446b2eb281d12c6f68a412bf309d2e.tar.gz
forgotten file from r240346
Pointyhat to: avg MFC after: 10 days X-MFC with: r240346
Diffstat (limited to 'sys/cddl/boot')
-rw-r--r--sys/cddl/boot/zfs/zfsimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cddl/boot/zfs/zfsimpl.h b/sys/cddl/boot/zfs/zfsimpl.h
index af15796..a684c39 100644
--- a/sys/cddl/boot/zfs/zfsimpl.h
+++ b/sys/cddl/boot/zfs/zfsimpl.h
@@ -1181,12 +1181,12 @@ typedef struct zap_leaf_phys {
typedef union zap_leaf_chunk {
struct zap_leaf_entry {
uint8_t le_type; /* always ZAP_CHUNK_ENTRY */
- uint8_t le_int_size; /* size of ints */
+ uint8_t le_value_intlen; /* size of ints */
uint16_t le_next; /* next entry in hash chain */
uint16_t le_name_chunk; /* first chunk of the name */
- uint16_t le_name_length; /* bytes in name, incl null */
+ uint16_t le_name_numints; /* bytes in name, incl null */
uint16_t le_value_chunk; /* first chunk of the value */
- uint16_t le_value_length; /* value length in ints */
+ uint16_t le_value_numints; /* value length in ints */
uint32_t le_cd; /* collision differentiator */
uint64_t le_hash; /* hash value of the name */
} l_entry;
OpenPOWER on IntegriCloud