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

/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c868 ztest_random(uint64_t range) function
1077 (void) strlcpy(raid_kind, (ztest_random(2) == 0) ?
1204 return (SPA_MINBLOCKSHIFT + ztest_random(5));
1400 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1);
1423 ztest_random(maxbs - ztest_spa->spa_max_ashift + 1);
1442 switch (ztest_random(10)) {
1444 slots = 5 + ztest_random(max_slots - 4);
1447 slots = 2 + ztest_random(3);
1461 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1));
1474 top = ztest_random(rv
[all...]

Completed in 101 milliseconds