Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
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()
Dzap.c545 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_get_leaf_byblk()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_leaf.h109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/freebsd-10-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1269 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member