Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_leaf.h104 struct zap_leaf_header { struct
106 uint64_t lh_block_type; /* ZBT_LEAF */
107 uint64_t lh_pad1;
108 uint64_t lh_prefix; /* hash prefix of this leaf */
109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
110 uint16_t lh_nfree; /* number free chunks */
111 uint16_t lh_nentries; /* number of entries */
112 uint16_t lh_prefix_len; /* num bits used to id this */
115 uint16_t lh_freelist; /* chunk head of free list */
116 uint8_t lh_flags; /* ZLF_* flags */
[all …]