Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Dzap_leaf.h37 struct zap_leaf_header { struct
38 uint64_t lh_block_type; /* ZBT_LEAF */
39 uint64_t lh_pad1;
40 uint64_t lh_prefix; /* hash prefix of this leaf */
41 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
42 uint16_t lh_nfree; /* number free chunks */
43 uint16_t lh_nentries; /* number of entries */
44 uint16_t lh_prefix_len; /* num bits used to id this */
48 uint16_t lh_freelist; /* chunk head of free list */
49 uint8_t lh_pad2[12];