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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c130 #define MAXFAULTS() (MAX(zs->zs_mirrors, 1) * (zopt_raidz_parity + 1) - 1)
324 uint64_t zs_mirrors; member in struct:ztest_shared
2146 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * zopt_raidz;
2184 ztest_random(4) == 0, zopt_raidz, zs->zs_mirrors, 1);
2297 if (zs->zs_mirrors < 3 || zopt_raidz > 1) {
2367 --zs->zs_mirrors;
2399 leaves = MAX(zs->zs_mirrors, 1) * zopt_raidz;
2422 if (zs->zs_mirrors >= 1) {
2424 ASSERT(oldvd->vdev_children >= zs->zs_mirrors);
4385 leaves = MAX(zs->zs_mirrors,
[all...]

Completed in 56 milliseconds