Lines Matching refs:zo_raidz
153 int zo_raidz; member
174 .zo_raidz = 4,
591 zo->zo_raidz, /* -r */ in usage()
652 zo->zo_raidz = MAX(1, value); in process_options()
716 zo->zo_raidz_parity = MIN(zo->zo_raidz_parity, zo->zo_raidz - 1); in process_options()
2403 0, ztest_opts.zo_raidz, ztest_opts.zo_mirrors, 1); in ztest_spa_upgrade()
2507 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; in ztest_vdev_add_remove()
2546 ztest_random(4) == 0, ztest_opts.zo_raidz, in ztest_vdev_add_remove()
2661 if (zs->zs_mirrors < 3 || ztest_opts.zo_raidz > 1) { in ztest_split_pool()
2766 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
2792 oldvd = oldvd->vdev_child[leaf / ztest_opts.zo_raidz]; in ztest_vdev_attach_detach()
2794 if (ztest_opts.zo_raidz > 1) { in ztest_vdev_attach_detach()
2796 ASSERT(oldvd->vdev_children == ztest_opts.zo_raidz); in ztest_vdev_attach_detach()
2797 oldvd = oldvd->vdev_child[leaf % ztest_opts.zo_raidz]; in ztest_vdev_attach_detach()
4807 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_fault_inject()
5938 0, ztest_opts.zo_raidz, zs->zs_mirrors, 1); in ztest_init()