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

/freebsd-10.2-release/cddl/contrib/opensolaris/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
2505 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2545 zs->zs_mirrors, 1);
2659 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) {
2732 --zs->zs_mirrors;
2764 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
2787 if (zs->zs_mirrors >= 1) {
2789 ASSERT(oldvd->vdev_children >= zs->zs_mirrors);
4793 leaves = MAX(zs->zs_mirrors,
[all...]

Completed in 34 milliseconds