Home
last modified time | relevance | path

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

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