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.c963 const char *raid_kind = "random"; in process_options() local
1011 raid_kind = optarg; in process_options()
1118 raid_kind = "raidz"; in process_options()
1121 if (strcmp(raid_kind, "random") == 0) { in process_options()
1124 raid_kind = "raidz"; in process_options()
1127 raid_kind = "eraidz"; in process_options()
1130 raid_kind = "draid"; in process_options()
1135 (void) printf("choosing RAID type '%s'\n", raid_kind); in process_options()
1138 if (strcmp(raid_kind, "draid") == 0) { in process_options()
1171 } else if (strcmp(raid_kind, "eraidz") == 0) { in process_options()
[all …]