Lines Matching defs:error
117 * READ with local io-error */
179 if (unlikely(m->error))
180 m->bio->bi_status = errno_to_blk_status(m->error);
190 * If m->bio is set, the error status to be returned is placed in m->error.
197 int error, ok;
230 * local completion error, if any, has been stored as ERR_PTR
234 error = PTR_ERR(req->private_bio);
271 m->error = ok ? 0 : (error ?: -EIO);
525 drbd_warn(device, "local %s IO error sector %llu+%u on %pg\n",
644 * or just got an io-error. */
646 * or from bio_endio during read io-error recovery */
1211 /* only pass the error to the upper layers.