Home
last modified time | relevance | path

Searched refs:ZAP_LEAF_MAGIC (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c813 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) { in zap_leaf()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h27 #define ZAP_LEAF_MAGIC 0x2AB1EAF macro
/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/uts/common/fs/zfs/
H A Dzap.c554 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_get_leaf_byblk()
H A Dzap_leaf.c175 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()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h39 #define ZAP_LEAF_MAGIC 0x2AB1EAF macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1460 #define ZAP_LEAF_MAGIC 0x2AB1EAF macro