Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h54 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c119 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic); in zap_leaf_byteswap()
175 zap_leaf_phys(l)->l_hdr.lh_magic = ZAP_LEAF_MAGIC; in zap_leaf_init()
394 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_leaf_lookup()
442 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_leaf_lookup_closest()
H A Dzap.c554 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_get_leaf_byblk()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1527 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c670 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC) in zap_leaf_lookup()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c812 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) { in zap_leaf()