Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt71 [raid10_format <near|far|offset>]
78 or 'raid10_copies 2' and/or 'raid10_format near' are given,
92 If 'raid10_copies 2' and 'raid10_format far', then the layouts
105 If 'raid10_copies 2' and 'raid10_format offset', then the
/linux-4.4.14/drivers/md/
Ddm-raid.c498 char *raid10_format = "near"; in parse_raid_params() local
586 raid10_format = argv[i]; in parse_raid_params()
710 if (strcmp("near", raid10_format) && (raid10_copies > 2)) { in parse_raid_params()
719 rs->md.layout = raid10_format_to_md_layout(raid10_format, in parse_raid_params()