Lines Matching refs:devices
18 * and with MD_BOOT where devices to be collected are given on the boot line
48 * the MD devices (by specifying multiple "md=" lines)
53 * md=n,device-list reads a RAID superblock from the devices
126 dev_t devices[MD_SB_DISKS + 1], mdev;
162 devices[i] = dev;
165 devices[i] = 0;
197 while (devices[ainfo.raid_disks])
203 for (i = 0; i <= MD_SB_DISKS && devices[i]; i++) {
205 .major = MAJOR(devices[i]),
206 .minor = MINOR(devices[i]),
263 * wait for the known devices to complete their probing
265 printk(KERN_INFO "md: Waiting for all devices to be available before autodetect\n");