Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_leaf.h111 struct zap_leaf_header { struct
113 uint64_t lh_block_type; /* ZBT_LEAF */
114 uint64_t lh_pad1;
115 uint64_t lh_prefix; /* hash prefix of this leaf */
116 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
117 uint16_t lh_nfree; /* number free chunks */
118 uint16_t lh_nentries; /* number of entries */
119 uint16_t lh_prefix_len; /* num bits used to id this */
122 uint16_t lh_freelist; /* chunk head of free list */
123 uint8_t lh_flags; /* ZLF_* flags */
[all …]