Home
last modified time | relevance | path

Searched refs:ZAP_LEAF_MAGIC (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h29 #define ZAP_LEAF_MAGIC 0x2AB1EAF macro
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h39 #define ZAP_LEAF_MAGIC 0x2AB1EAF macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c176 zap_leaf_phys(l)->l_hdr.lh_magic = ZAP_LEAF_MAGIC; in zap_leaf_init()
404 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_leaf_lookup()
464 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_leaf_lookup_closest()
H A Dzap.c534 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_get_leaf_byblk()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c665 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC) in zap_leaf_lookup()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c622 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) { in zap_leaf()