Lines Matching refs:error
100 /* Get one page for error recovery. */
202 /* Disable extended error reporting for this device. */
308 * In case the analysis returns an error, the device setup is stopped
670 * some other device due to error recovery. This way we make sure that
1074 goto error;
1078 goto error;
1083 error:
1344 /* internal error 10 - unknown rc*/
1346 dev_err(&device->cdev->dev, "An error occurred in the "
1386 /* internal error 14 - start_IO run out of retries */
1388 dev_err(&device->cdev->dev, "An error occurred in the DASD "
1467 /* internal error 11 - unknown rc */
1470 "An error occurred in the DASD device driver, "
1649 "unknown error %ld\n", __func__,
1791 } else { /* error */
1792 /* check for HPF error
1854 * If we have an error on a dasd_block layer request then we cancel
1921 /* internal error 12 - wrong cqr status*/
1924 "An error occurred in the DASD device driver, "
2272 * checks if error recovery is necessary, returns 1 if yes, 0 otherwise.
2469 * error might be expected and error recovery would be
2482 * for alias devices simplify error recovery and
2557 * not an error case.
2618 * negative error code if termination failed
2707 * Process finished error recovery ccw.
2725 blk_status_t error = BLK_STS_OK;
2735 error = errno_to_blk_status(status);
2742 * return this error when we no longer have the lock.
2744 error = BLK_STS_RESV_CONFLICT;
2747 error = BLK_STS_TRANSPORT;
2750 error = BLK_STS_TIMEOUT;
2753 error = BLK_STS_IOERR;
2762 * transfer the error value to the complete callback.
2764 if (error) {
2765 blk_mq_end_request(req, error);
2770 * During read we might have gotten a NRF error and have to
2817 /* log sense for fatal error */
2823 * First call extended error reporting and check for autoquiesce
2860 * dasd_device again for error recovery.
3692 /* First call extended error reporting and check for autoquiesce. */
3825 /* First call extended error reporting and check for autoquiesce. */
3848 /* First call extended error reporting and check for autoquiesce. */
3979 /* internal error 13 - Allocating the RDC request failed*/
3981 "An error occurred in the DASD device driver, "