Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c961 const char *raid_kind = "random"; in process_options() local
1009 raid_kind = optarg; in process_options()
1116 raid_kind = "raidz"; in process_options()
1119 if (strcmp(raid_kind, "random") == 0) { in process_options()
1122 raid_kind = "raidz"; in process_options()
1125 raid_kind = "eraidz"; in process_options()
1128 raid_kind = "draid"; in process_options()
1133 (void) printf("choosing RAID type '%s'\n", raid_kind); in process_options()
1136 if (strcmp(raid_kind, "draid") == 0) { in process_options()
1169 } else if (strcmp(raid_kind, "eraidz") == 0) { in process_options()
[all …]