Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c166 int zo_raidz; member
189 .zo_raidz = 4,
645 zo->zo_raidz, /* -r */ in usage()
746 zo->zo_raidz = MAX(1, value); in process_options()
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()
3235 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
3279 if (ztest_opts.zo_raidz > 1) { in ztest_vdev_attach_detach()
3281 ASSERT(oldvd->vdev_children == ztest_opts.zo_raidz); in ztest_vdev_attach_detach()
5672 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_fault_inject()
[all …]