Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h50 struct zap_leaf_header { struct
51 uint64_t lh_block_type; /* ZBT_LEAF */
52 uint64_t lh_pad1;
53 uint64_t lh_prefix; /* hash prefix of this leaf */
54 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
55 uint16_t lh_nfree; /* number free chunks */
56 uint16_t lh_nentries; /* number of entries */
57 uint16_t lh_prefix_len; /* num bits used to id this */
61 uint16_t lh_freelist; /* chunk head of free list */
62 uint8_t lh_pad2[12];
/illumos-gate/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 …]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1523 struct zap_leaf_header { struct
1524 uint64_t lh_block_type; /* ZBT_LEAF */
1525 uint64_t lh_pad1;
1526 uint64_t lh_prefix; /* hash prefix of this leaf */
1527 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */
1528 uint16_t lh_nfree; /* number free chunks */
1529 uint16_t lh_nentries; /* number of entries */
1530 uint16_t lh_prefix_len; /* num bits used to id this */
1534 uint16_t lh_freelist; /* chunk head of free list */
1535 uint8_t lh_pad2[12];