Home
last modified time | relevance | path

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

/titanic_44/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
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()
[all …]