Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c167 int zo_raidz_parity; member
190 .zo_raidz_parity = 1,
228 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
646 zo->zo_raidz_parity, /* -R */ in usage()
749 zo->zo_raidz_parity = MIN(MAX(value, 1), 3); in process_options()
820 zo->zo_raidz_parity = MIN(zo->zo_raidz_parity, zo->zo_raidz - 1); in process_options()
985 ztest_opts.zo_raidz_parity) == 0); in make_vdev_raidz()
2716 switch (ztest_opts.zo_raidz_parity) { in ztest_spa_upgrade()