Home
last modified time | relevance | path

Searched refs:lh_block_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h51 uint64_t lh_block_type; /* ZBT_LEAF */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h106 uint64_t lh_block_type; /* ZBT_LEAF */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c117 buf->l_hdr.lh_block_type = BSWAP_64(buf->l_hdr.lh_block_type); in zap_leaf_byteswap()
174 zap_leaf_phys(l)->l_hdr.lh_block_type = ZBT_LEAF; in zap_leaf_init()
H A Dzap.c553 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF); in zap_get_leaf_byblk()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1524 uint64_t lh_block_type; /* ZBT_LEAF */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c668 if (l->l_hdr.lh_block_type != ZBT_LEAF) in zap_leaf_lookup()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c812 if (zlp->l_hdr.lh_block_type != ZBT_LEAF || in zap_leaf()