Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c893 ztest_random(uint64_t range) in ztest_random() function
919 return (SPA_MINBLOCKSHIFT + ztest_random(5)); in ztest_get_ashift()
1077 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1); in ztest_random_spa_version()
1101 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()
1120 switch (ztest_random(10)) { in ztest_random_dnodesize()
1122 slots = 5 + ztest_random(max_slots - 4); in ztest_random_dnodesize()
1125 slots = 2 + ztest_random(3); in ztest_random_dnodesize()
1139 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1)); in ztest_random_ibshift()
1152 top = ztest_random(rvd->vdev_children); in ztest_random_vdev_top()
1166 value = zfs_prop_random_value(prop, ztest_random(-1ULL)); in ztest_random_dsl_prop()
[all …]