Lines Matching defs:error
221 # error "unsupported BITS_PER_LONG"
280 * or, after local IO completion, the ERR_PTR(error).
498 WAS_IO_ERROR, /* Local disk failed, returned IO error */
515 GOING_DISKLESS, /* Disk is being detached, because of io-error, or admin request. */
608 int error;
984 int error;
1219 #error "LN2 of BITS_PER_LONG unknown!"
1256 #error "HAVE YOU FIXED drbdmeta AS WELL??"
1328 #error Architecture not supported: DRBD_MAX_BIO_SIZE > BIO_MAX_SIZE
1738 /* Remember whether we saw a READ or WRITE error.
1746 * If we can not write the bitmap after a READ error,
1749 * Force-detach is not really an IO error, but rather a
1752 * Still it should be treated as a WRITE error.
1754 * Meta IO error is always WRITE error:
1775 * @error: Error code passed to the IO completion callback
1776 * @forcedetach: Force detach. I.e. the error happened while accessing the meta data
1782 int error, enum drbd_force_detach_flags forcedetach, const char *where)
1784 if (error) {
1980 * (drbd_make_request_common; recovery path on read io-error)