Lines Matching refs:zs_mirrors
204 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
410 uint64_t zs_mirrors; member
2506 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; in ztest_vdev_add_remove()
2546 zs->zs_mirrors, 1); in ztest_vdev_add_remove()
2660 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) { in ztest_split_pool()
2733 --zs->zs_mirrors; in ztest_split_pool()
2765 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
2788 if (zs->zs_mirrors >= 1) { in ztest_vdev_attach_detach()
2790 ASSERT(oldvd->vdev_children >= zs->zs_mirrors); in ztest_vdev_attach_detach()
4806 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_fault_inject()
4807 mirror_save = zs->zs_mirrors; in ztest_fault_inject()
4965 if (mirror_save != zs->zs_mirrors) { in ztest_fault_inject()
5910 zs->zs_mirrors = ztest_opts.zo_mirrors; in ztest_init()
5912 0, ztest_opts.zo_raidz, zs->zs_mirrors, 1); in ztest_init()