Searched refs:bt_magic (Results 1 – 1 of 1) sorted by relevance
255 uint64_t bt_magic; member1647 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()1662 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()2019 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()2022 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()2033 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()2070 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()2185 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()2416 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()5665 if (bt && bt->bt_magic == BT_MAGIC) { in ztest_verify_dnode_bt()