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.c228 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
459 uint64_t zs_mirrors; member
2861 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; in ztest_vdev_add_remove()
2913 "log" : NULL, ztest_opts.zo_raidz, zs->zs_mirrors, 1); in ztest_vdev_add_remove()
2956 if (zs->zs_mirrors < 2) { in ztest_vdev_class_add()
2967 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; 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()
3235 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
[all …]