Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/device-mapper/
Ddm-raid.txt49 (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 layouts
121 If 'raid10_copies 2' and 'raid10_format offset', then the
344 (wrong raid10_copies/raid10_format sequence)
/Linux-v4.19/drivers/md/
Ddm-raid.c1121 int value, raid10_format = ALGORITHM_RAID10_DEFAULT; in parse_raid_params() local
1230 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()