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.h111 struct zap_leaf_header { struct
113 lh_block_typezap_leaf_phys::zap_leaf_header global() argument
114 lh_pad1zap_leaf_phys::zap_leaf_header global() argument
115 lh_prefixzap_leaf_phys::zap_leaf_header global() argument
116 lh_magiczap_leaf_phys::zap_leaf_header global() argument
117 lh_nfreezap_leaf_phys::zap_leaf_header global() argument
118 lh_nentrieszap_leaf_phys::zap_leaf_header global() argument
119 lh_prefix_lenzap_leaf_phys::zap_leaf_header global() argument
122 lh_freelistzap_leaf_phys::zap_leaf_header global() argument
123 lh_flagszap_leaf_phys::zap_leaf_header global() argument
124 lh_pad2zap_leaf_phys::zap_leaf_header global() argument
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1690 struct zap_leaf_header { struct
1691 uint64_t lh_block_type; /* ZBT_LEAF */
1692 uint64_t lh_pad1;
1693 uint64_t lh_prefix; /* hash prefix of this leaf */
1694 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
1695 uint16_t lh_nfree; /* number free chunks */
1696 uint16_t lh_nentries; /* number of entries */
1697 uint16_t lh_prefix_len; /* num bits used to id this */
1701 uint16_t lh_freelist; /* chunk head of free list */
1702 uint8_t lh_pad2[12];