Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c315 uint64_t bt_magic; member
1847 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()
1862 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()
2220 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()
2223 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()
2234 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()
2279 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()
2394 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()
2628 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()
6208 if (bt && bt->bt_magic == BT_MAGIC) { in ztest_verify_dnode_bt()