Searched refs:raid_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/ |
| H A D | zpool_status_008_pos.ksh | 54 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-14.2/usr.sbin/mfiutil/ |
| H A D | mfi_config.c | 244 int raid_type; member 315 switch (raid_type) { in parse_array() 471 switch (raid_type) { in build_volume() 554 int error, fd, i, raid_type; in create_volume() local 604 raid_type = -1; in create_volume() 607 raid_type = raid_type_table[i].raid_type; in create_volume() 611 if (raid_type == -1) { in create_volume() 656 switch (raid_type) { in create_volume() 692 error = parse_array(fd, raid_type, av[i], &arrays[i]); in create_volume() 697 switch (raid_type) { in create_volume() [all …]
|
| /freebsd-14.2/usr.sbin/mptutil/ |
| H A D | mpt_config.c | 330 int raid_type; member 362 parse_volume(int fd, int raid_type, struct config_id_state *state, in parse_volume() argument 383 switch (raid_type) { in parse_volume() 563 switch (raid_type) { in build_volume() 606 if (raid_type == RT_RAID1) { in build_volume() 628 int ch, error, fd, i, quick, raid_type, verbose; in create_volume() local 646 raid_type = -1; in create_volume() 649 raid_type = raid_type_table[i].raid_type; in create_volume() 653 if (raid_type == -1) { in create_volume() 730 error = parse_volume(fd, raid_type, &state, av[0], info); in create_volume() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | zloop.sh | 296 zopt="$zopt -K $raid_type"
|
| /freebsd-14.2/sys/dev/smartpqi/ |
| H A D | smartpqi_request.c | 2226 char *raid_type = counter_type_to_raid_ascii(type_index); in pqisrc_increment_io_counters() local 2232 path, raid_type, io_ascii); in pqisrc_increment_io_counters() 2303 char *raid_type; in print_all_counters() local 2308 raid_type = counter_type_to_raid_ascii(ii); in print_all_counters() 2316 print_this_counter(softs, pcounter, raid_type); in print_all_counters()
|