Searched refs:raid10_format (Results 1 – 2 of 2) sorted by relevance
49 (see raid10_format and raid10_copies below)87 [raid10_format <near|far|offset>]94 or 'raid10_copies 2' and/or 'raid10_format near' are given,108 If 'raid10_copies 2' and 'raid10_format far', then the layouts121 If 'raid10_copies 2' and 'raid10_format offset', then the344 (wrong raid10_copies/raid10_format sequence)
1121 int value, raid10_format = ALGORITHM_RAID10_DEFAULT; in parse_raid_params() local1230 raid10_format = raid10_name_to_format(arg); in parse_raid_params()1231 if (raid10_format < 0) { in parse_raid_params()1233 return raid10_format; in parse_raid_params()1498 rs->md.new_layout = raid10_format_to_md_layout(rs, raid10_format, raid10_copies); in parse_raid_params()