Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ztest/
H A Dztest.c205 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
411 uint64_t zs_mirrors; member
2507 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; in ztest_vdev_add_remove()
2547 zs->zs_mirrors, 1); in ztest_vdev_add_remove()
2661 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) { in ztest_split_pool()
2734 --zs->zs_mirrors; in ztest_split_pool()
2766 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
2789 if (zs->zs_mirrors >= 1) { in ztest_vdev_attach_detach()
2791 ASSERT(oldvd->vdev_children >= zs->zs_mirrors); in ztest_vdev_attach_detach()
4807 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_fault_inject()
[all …]