Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c470 uint64_t zs_mirrors; member
3090 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * in ztest_vdev_add_remove()
3189 if (zs->zs_mirrors < 2) { in ztest_vdev_class_add()
3200 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * in ztest_vdev_class_add()
3208 class, ztest_opts.zo_raid_children, zs->zs_mirrors, 1); in ztest_vdev_class_add()
3447 --zs->zs_mirrors; in ztest_split_pool()
3521 if (zs->zs_mirrors >= 1) { in ztest_vdev_attach_detach()
3523 ASSERT(oldvd->vdev_children >= zs->zs_mirrors); in ztest_vdev_attach_detach()
5905 mirror_save = zs->zs_mirrors; in ztest_fault_inject()
6128 if (mirror_save != zs->zs_mirrors) { in ztest_fault_inject()
[all …]