Searched refs:ztest_random (Results 1 – 1 of 1) sorted by relevance
901 ztest_random(uint64_t range) in ztest_random() function1122 switch (ztest_random(3)) { in process_options()1268 return (SPA_MINBLOCKSHIFT + ztest_random(5)); in ztest_get_ashift()1466 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1); in ztest_random_spa_version()1489 ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()1508 switch (ztest_random(10)) { in ztest_random_dnodesize()1510 slots = 5 + ztest_random(max_slots - 4); in ztest_random_dnodesize()1513 slots = 2 + ztest_random(3); in ztest_random_dnodesize()1527 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1)); in ztest_random_ibshift()1540 top = ztest_random(rvd->vdev_children); in ztest_random_vdev_top()[all …]