Lines Matching defs:error
119 * READ with local io-error */
180 if (unlikely(m->error))
181 m->bio->bi_status = errno_to_blk_status(m->error);
191 * If m->bio is set, the error status to be returned is placed in m->error.
198 int error, ok;
231 * local completion error, if any, has been stored as ERR_PTR
235 error = PTR_ERR(req->private_bio);
272 m->error = ok ? 0 : (error ?: -EIO);
516 drbd_warn(device, "local %s IO error sector %llu+%u on %s\n",
632 * or just got an io-error. */
634 * or from bio_endio during read io-error recovery */
1201 /* only pass the error to the upper layers.