Lines Matching defs:error
310 * success. Since this is a relatively rare error condition, no
338 * Therefore, if we hit a medium error within the
595 * If the device is in error recovery, wait until it is done.
613 int minor, error;
616 error = -ENODEV;
620 error = -ENOMEM;
635 error = -EBUSY;
670 error = -ENOMEM;
690 error = device_add_disk(&sdev->sdev_gendev, disk, NULL);
691 if (error)
713 return error;