Lines Matching full:md
12 #include "md.h"
15 * When md (and any require personalities) are compiled into the kernel
19 * with md=.....
42 * actually try to invoke the MD device now; that is handled by
48 * the MD devices (by specifying multiple "md=" lines)
51 * md=n,0,factor,fault,device-list uses RAID0 for device n
52 * md=n,-1,factor,fault,device-list uses LINEAR for device n
53 * md=n,device-list reads a RAID superblock from the devices
71 if (get_option(&str, &minor) != 2) { /* MD Number */ in md_setup()
72 printk(KERN_WARNING "md: Too few arguments supplied to md=.\n"); in md_setup()
79 printk(KERN_WARNING "md: md=%s%d, Specified more than once. " in md_setup()
84 printk(KERN_WARNING "md: md=%s%d - too many md initialisations\n", partitioned?"d":"", minor); in md_setup()
94 printk(KERN_WARNING "md: Too few arguments supplied to md=.\n"); in md_setup()
114 printk(KERN_INFO "md: Will configure md%d (%s) from %s, below.\n", in md_setup()
137 sprintf(name, "md%d", args->minor); in md_setup_drive()
157 pr_warn("md: Unknown device name: %s\n", devname); in md_setup_drive()
169 pr_info("md: Loading %s: %s\n", name, args->device_names); in md_setup_drive()
173 pr_err("md: md_alloc failed - cannot start array %s\n", name); in md_setup_drive()
179 pr_err("md: failed to lock array %s\n", name); in md_setup_drive()
184 pr_warn("md: Ignoring %s, already autodetected. (Use raid=noautodetect)\n", in md_setup_drive()
221 pr_warn("md: starting %s failed\n", name); in md_setup_drive()
256 __setup("md=", md_setup);
264 printk(KERN_INFO "md: Waiting for all devices to be available before autodetect\n"); in autodetect_raid()
265 printk(KERN_INFO "md: If you don't use raid, use raid=noautodetect\n"); in autodetect_raid()
276 printk(KERN_INFO "md: Skipping autodetection of RAID arrays. (raid=autodetect will force)\n"); in md_run_setup()