Searched refs:raid_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/
H A Dzpool_status_008_pos.ksh54 for raid_type in "draid2:3d:6c:1s" "raidz2"; do
56 log_must zpool create -f $TESTPOOL2 $raid_type $all_vdevs
88 log_must eval "zpool status -e $TESTPOOL2 | grep $raid_type | grep DEGRADED"
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_config.c244 int raid_type; member in struct:raid_type_entry
289 parse_array(int fd, int raid_type, char *array_str, struct array_info *info) argument
315 switch (raid_type) {
453 int raid_type, long stripe_size, struct config_id_state *state, int verbose)
471 switch (raid_type) {
554 int error, fd, i, raid_type; local
604 raid_type = -1;
607 raid_type = raid_type_table[i].raid_type;
611 if (raid_type
452 build_volume(char *volumep, int narrays, struct array_info *arrays, int raid_type, long stripe_size, struct config_id_state *state, int verbose) argument
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_config.c329 int raid_type; member in struct:raid_type_entry
361 parse_volume(int fd, int raid_type, struct config_id_state *state, argument
382 switch (raid_type) {
504 build_volume(int fd, struct volume_info *info, int raid_type, long stripe_size, argument
562 switch (raid_type) {
605 if (raid_type == RT_RAID1) {
627 int ch, error, fd, i, quick, raid_type, verbose; local
645 raid_type = -1;
648 raid_type = raid_type_table[i].raid_type;
[all...]
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzloop.sh276 raid_type="raidz"
283 raid_type="raidz"
298 raid_type="raidz"
300 raid_type="eraidz"
312 raid_type="draid"
319 zopt="$zopt -K $raid_type"
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_request.c2226 char *raid_type = counter_type_to_raid_ascii(type_index); local
2232 path, raid_type, io_ascii);
2303 char *raid_type; local
2308 raid_type = counter_type_to_raid_ascii(ii);
2316 print_this_counter(softs, pcounter, raid_type);

Completed in 83 milliseconds