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

/linux-4.4.14/drivers/md/
H A Ddm-raid.c493 * [raid10_format <near|far|offset>] Layout algorithm. (Default: near)
498 char *raid10_format = "near"; parse_raid_params() local
575 if (!strcasecmp(key, "raid10_format")) { parse_raid_params()
577 rs->ti->error = "'raid10_format' is an invalid parameter for this RAID type"; parse_raid_params()
583 rs->ti->error = "Invalid 'raid10_format' value given"; parse_raid_params()
586 raid10_format = argv[i]; parse_raid_params()
710 if (strcmp("near", raid10_format) && (raid10_copies > 2)) { parse_raid_params()
719 rs->md.layout = raid10_format_to_md_layout(raid10_format, parse_raid_params()
1524 DMEMIT(" raid10_format %s", raid_status()

Completed in 70 milliseconds