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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c151 int zo_raidz; member in struct:ztest_shared_opts
172 .zo_raidz = 4,
591 zo->zo_raidz, /* -r */
652 zo->zo_raidz = MAX(1, value);
720 zo->zo_raidz_parity = MIN(zo->zo_raidz_parity, zo->zo_raidz - 1);
2407 0, ztest_opts.zo_raidz, ztest_opts.zo_mirrors, 1);
2511 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2550 ztest_random(4) == 0, ztest_opts.zo_raidz,
2665 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) {
2770 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
[all...]

Completed in 82 milliseconds