Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h56 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c118 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic); in zap_leaf_byteswap()
176 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_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c669 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC) in zap_leaf_lookup()
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c624 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) { in zap_leaf()