Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h112 struct zap_leaf_header { struct
114 uint64_t lh_block_type; /* ZBT_LEAF */
115 uint64_t lh_pad1;
116 uint64_t lh_prefix; /* hash prefix of this leaf */
117 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
118 uint16_t lh_nfree; /* number free chunks */
119 uint16_t lh_nentries; /* number of entries */
120 uint16_t lh_prefix_len; /* num bits used to id this */
123 uint16_t lh_freelist; /* chunk head of free list */
124 uint8_t lh_flags; /* ZLF_* flags */
[all …]
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1696 struct zap_leaf_header { struct
1697 uint64_t lh_block_type; /* ZBT_LEAF */
1698 uint64_t lh_pad1;
1699 uint64_t lh_prefix; /* hash prefix of this leaf */
1700 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
1701 uint16_t lh_nfree; /* number free chunks */
1702 uint16_t lh_nentries; /* number of entries */
1703 uint16_t lh_prefix_len; /* num bits used to id this */
1707 uint16_t lh_freelist; /* chunk head of free list */
1708 uint8_t lh_pad2[12];