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

/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c206 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
412 uint64_t zs_mirrors; member in struct:ztest_shared
2506 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2546 zs->zs_mirrors, 1);
2660 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) {
2733 --zs->zs_mirrors;
2765 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
2788 if (zs->zs_mirrors >= 1) {
2790 ASSERT(oldvd->vdev_children >= zs->zs_mirrors);
4805 leaves = MAX(zs->zs_mirrors,
[all...]

Completed in 117 milliseconds