Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c302 (MAX((zs)->zs_mirrors, 1) * (ztest_opts.zo_raid_parity + 1) - 1)
538 uint64_t zs_mirrors; member
3337 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * raidz_children; in ztest_vdev_add_remove()
3391 "log" : NULL, raidz_children, zs->zs_mirrors, in ztest_vdev_add_remove()
3436 if (zs->zs_mirrors < 2) { in ztest_vdev_class_add()
3448 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * raidz_children; in ztest_vdev_class_add()
3455 class, raidz_children, zs->zs_mirrors, 1); in ztest_vdev_class_add()
3623 if (zs->zs_mirrors < 3 || ztest_opts.zo_raid_children > 1) { in ztest_split_pool()
3694 --zs->zs_mirrors; in ztest_split_pool()
3735 leaves = MAX(zs->zs_mirrors, 1) * raidz_children; in ztest_vdev_attach_detach()
[all …]