Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c459 uint64_t zs_mirrors; member
2956 if (zs->zs_mirrors < 2) { in ztest_vdev_class_add()
2974 class, ztest_opts.zo_raidz, zs->zs_mirrors, 1); in ztest_vdev_class_add()
3128 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) { in ztest_split_pool()
3201 --zs->zs_mirrors; in ztest_split_pool()
3272 if (zs->zs_mirrors >= 1) { in ztest_vdev_attach_detach()
3274 ASSERT(oldvd->vdev_children >= zs->zs_mirrors); in ztest_vdev_attach_detach()
5673 mirror_save = zs->zs_mirrors; in ztest_fault_inject()
5881 if (mirror_save != zs->zs_mirrors) { in ztest_fault_inject()
7012 zs->zs_mirrors = ztest_opts.zo_mirrors; in ztest_init()
[all …]