Searched refs:ztest_random (Results 1 – 1 of 1) sorted by relevance
785 ztest_random(uint64_t range) in ztest_random() function811 return (SPA_MINBLOCKSHIFT + ztest_random(5)); in ztest_get_ashift()960 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1); in ztest_random_spa_version()981 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()989 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1)); in ztest_random_ibshift()1002 top = ztest_random(rvd->vdev_children); in ztest_random_vdev_top()1016 value = zfs_prop_random_value(prop, ztest_random(-1ULL)); in ztest_random_dsl_prop()1209 #define TXG_MIGHTWAIT (ztest_random(10) == 0 ? TXG_NOWAIT : TXG_WAIT)1349 itx_wr_state_t write_state = ztest_random(WR_NUM_STATES); in ztest_log_write()1369 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()[all …]