Searched refs:raid10_format (Results 1 – 2 of 2) sorted by relevance
65 (see raid10_format and raid10_copies below)113 [raid10_copies <# copies>], [raid10_format <near|far|offset>]120 or 'raid10_copies 2' and/or 'raid10_format near' are given,138 If 'raid10_copies 2' and 'raid10_format far', then the layouts154 If 'raid10_copies 2' and 'raid10_format offset', then the409 (wrong raid10_copies/raid10_format sequence)
338 { CTR_FLAG_RAID10_FORMAT, "raid10_format"},1128 * [raid10_format <near|far|offset>] Layout algorithm. (Default: near)1133 int value, raid10_format = ALGORITHM_RAID10_DEFAULT; in parse_raid_params() local 1232 /* "raid10_format {near|offset|far} */ in parse_raid_params() 1235 rs->ti->error = "Only one 'raid10_format' argument pair allowed"; in parse_raid_params() 1239 rs->ti->error = "'raid10_format' is an invalid parameter for this RAID type"; in parse_raid_params() 1242 raid10_format = raid10_name_to_format(arg); in parse_raid_params() 1243 if (raid10_format < 0) { in parse_raid_params() 1244 rs->ti->error = "Invalid 'raid10_format' value given"; in parse_raid_params() 1245 return raid10_format; in parse_raid_params() [all...]