Searched refs:ztest_spa (Results 1 – 1 of 1) sorted by relevance
550 static spa_t *ztest_spa = NULL; variable1223 zs->zs_alloc = metaslab_class_get_alloc(spa_normal_class(ztest_spa)); in ztest_kill()1224 zs->zs_space = metaslab_class_get_space(spa_normal_class(ztest_spa)); in ztest_kill()1232 spa_write_cachefile(ztest_spa, B_FALSE, B_FALSE, in ztest_kill()1250 spa_write_cachefile(ztest_spa, B_FALSE, B_FALSE, B_FALSE); in ztest_kill()1479 ASSERT3U(ztest_spa->spa_max_ashift, !=, 0); in ztest_random_blocksize()1486 if (spa_maxblocksize(ztest_spa) == SPA_MAXBLOCKSIZE) in ztest_random_blocksize()1489 ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()1497 int max_slots = spa_maxdnodesize(ztest_spa) >> DNODE_SHIFT; in ztest_random_dnodesize()1601 spa_t *spa = ztest_spa; in ztest_spa_prop_set_uint64()[all …]