Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.c367 static const char *raid_label[] = { "0", "4", "1(1+0)", "5", "5+1", "ADG", variable
370 #define RAID_UNKNOWN (ARRAY_SIZE(raid_label)-1)
458 raid_label[drv->raid_level]); in cciss_seq_show()
822 return snprintf(buf, strlen(raid_label[raid]) + 7, "RAID %s\n", in cciss_show_raid_level()
823 raid_label[raid]); in cciss_show_raid_level()
/linux-4.4.14/drivers/scsi/
Dhpsa.c626 static const char * const raid_label[] = { "0", "4", "1(+0)", "5", "5+1", "6", variable
636 #define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 2)
637 #define PHYSICAL_DRIVE (ARRAY_SIZE(raid_label) - 1)
674 l = snprintf(buf, PAGE_SIZE, "RAID %s\n", raid_label[rlevel]); in raid_level_show()
1177 raid_label[PHYSICAL_DRIVE]); in hpsa_show_dev_msg()
1181 raid_label[dev->raid_level]); in hpsa_show_dev_msg()