Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c316 uint64_t bt_magic; member
1849 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()
1864 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()
2222 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()
2225 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()
2236 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()
2281 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()
2396 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()
2630 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()
6210 if (bt && bt->bt_magic == BT_MAGIC) { in ztest_verify_dnode_bt()