HomeSort by: relevance | last modified time | path
    Searched defs:zo_raidz (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 153 int zo_raidz; member in struct:ztest_shared_opts
174 .zo_raidz = 4,
591 zo->zo_raidz, /* -r */
652 zo->zo_raidz = MAX(1, value);
716 zo->zo_raidz_parity = MIN(zo->zo_raidz_parity, zo->zo_raidz - 1);
2402 0, ztest_opts.zo_raidz, ztest_opts.zo_mirrors, 1);
2506 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2545 ztest_random(4) == 0, ztest_opts.zo_raidz,
2660 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) {
2765 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
    [all...]

Completed in 28 milliseconds