Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-raid.rst65 (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 layouts
154 If 'raid10_copies 2' and 'raid10_format offset', then the
409 (wrong raid10_copies/raid10_format sequence)
/linux-6.1.9/drivers/md/
Ddm-raid.c1126 int value, raid10_format = ALGORITHM_RAID10_DEFAULT; in parse_raid_params() local
1235 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()