Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c172 int zo_raid_parity; member
199 .zo_raid_parity = 1,
242 (MAX((zs)->zs_mirrors, 1) * (ztest_opts.zo_raid_parity + 1) - 1)
730 zo->zo_raid_parity, /* -R */ in usage()
853 zo->zo_raid_parity = MIN(MAX(value, 1), 3); in process_options()
967 if (zo->zo_draid_data + zo->zo_raid_parity > in process_options()
972 zo->zo_draid_data + zo->zo_raid_parity); in process_options()
982 zo->zo_raid_parity = MIN(zo->zo_raid_parity, in process_options()
1153 ztest_opts.zo_raid_parity)); in make_vdev_raid()
1159 uint64_t nparity = ztest_opts.zo_raid_parity; in make_vdev_raid()
[all …]