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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c152 int zo_raidz_parity; member in struct:ztest_shared_opts
173 .zo_raidz_parity = 1,
204 (MAX(zs->zs_mirrors, 1) * (ztest_opts.zo_raidz_parity + 1) - 1)
592 zo->zo_raidz_parity, /* -R */
655 zo->zo_raidz_parity = MIN(MAX(value, 1), 3);
720 zo->zo_raidz_parity = MIN(zo->zo_raidz_parity, zo->zo_raidz - 1);
885 ztest_opts.zo_raidz_parity) == 0);
2413 switch (ztest_opts.zo_raidz_parity) {

Completed in 69 milliseconds