Searched refs:ZBT_LEAF (Results 1 – 6 of 6) sorted by relevance
61 #define ZBT_LEAF ((1ULL << 63) + 0) macro
92 #define ZBT_LEAF ((1ULL << 63) + 0) macro
65 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF)) in fzap_byteswap()533 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_block_type, ==, ZBT_LEAF); in zap_get_leaf_byblk()
175 zap_leaf_phys(l)->l_hdr.lh_block_type = ZBT_LEAF; in zap_leaf_init()
667 if (l->l_hdr.lh_block_type != ZBT_LEAF) in zap_leaf_lookup()
623 if (zlp->l_hdr.lh_block_type != ZBT_LEAF || in zap_leaf()