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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c204 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
410 uint64_t zs_mirrors; member in struct:ztest_shared
2511 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2551 zs->zs_mirrors, 1);
2665 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) {
2738 --zs->zs_mirrors;
2770 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
2793 if (zs->zs_mirrors >= 1) {
2795 ASSERT(oldvd->vdev_children >= zs->zs_mirrors);
4814 leaves = MAX(zs->zs_mirrors,
[all...]

Completed in 54 milliseconds