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)
1126 int value, raid10_format = ALGORITHM_RAID10_DEFAULT; in parse_raid_params() local1235 raid10_format = raid10_name_to_format(arg); in parse_raid_params()1236 if (raid10_format < 0) { in parse_raid_params()1238 return raid10_format; in parse_raid_params()1503 rs->md.new_layout = raid10_format_to_md_layout(rs, raid10_format, raid10_copies); in parse_raid_params()