Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h52 struct zap_leaf_header { struct
53 uint64_t lh_block_type; /* ZBT_LEAF */
54 uint64_t lh_pad1;
55 uint64_t lh_prefix; /* hash prefix of this leaf */
56 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
57 uint16_t lh_nfree; /* number free chunks */
58 uint16_t lh_nentries; /* number of entries */
59 uint16_t lh_prefix_len; /* num bits used to id this */
63 uint16_t lh_freelist; /* chunk head of free list */
64 uint8_t lh_pad2[12];
/titanic_41/usr/src/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 …]