Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ztest/
H A Dztest.c152 int zo_raidz; member
173 .zo_raidz = 4,
590 zo->zo_raidz, /* -r */ in usage()
651 zo->zo_raidz = MAX(1, value); in process_options()
715 zo->zo_raidz_parity = MIN(zo->zo_raidz_parity, zo->zo_raidz - 1); in process_options()
2402 0, ztest_opts.zo_raidz, ztest_opts.zo_mirrors, 1); in ztest_spa_upgrade()
2506 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; in ztest_vdev_add_remove()
2545 ztest_random(4) == 0, ztest_opts.zo_raidz, in ztest_vdev_add_remove()
2660 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) { in ztest_split_pool()
2765 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
[all …]