Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c936 const char *raid_kind = "random"; in process_options() local
984 raid_kind = optarg; in process_options()
1082 if (strcmp(raid_kind, "random") == 0) { in process_options()
1083 raid_kind = (ztest_random(2) == 0) ? "draid" : "raidz"; in process_options()
1086 (void) printf("choosing RAID type '%s'\n", raid_kind); in process_options()
1089 if (strcmp(raid_kind, "draid") == 0) { in process_options()
1123 ASSERT0(strcmp(raid_kind, "raidz")); in process_options()