Searched refs:ztest_random (Results 1 – 1 of 1) sorted by relevance
902 ztest_random(uint64_t range) in ztest_random() function1120 switch (ztest_random(3)) { in process_options()1266 return (SPA_MINBLOCKSHIFT + ztest_random(5)); in ztest_get_ashift()1464 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1); in ztest_random_spa_version()1487 ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()1506 switch (ztest_random(10)) { in ztest_random_dnodesize()1508 slots = 5 + ztest_random(max_slots - 4); in ztest_random_dnodesize()1511 slots = 2 + ztest_random(3); in ztest_random_dnodesize()1525 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1)); in ztest_random_ibshift()1538 top = ztest_random(rvd->vdev_children); in ztest_random_vdev_top()[all …]