Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c226 #define BT_MAGIC 0x123456789abcdefULL macro
1451 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()
1466 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()
1823 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()
1826 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()
1837 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()
1874 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()
1989 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()
2220 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()
5280 if (bt && bt->bt_magic == BT_MAGIC) { in ztest_verify_dnode_bt()