Lines Matching refs:error
175 * Used to report the failed page idx on io error from the endio handlers.
180 /* if there has been an IO error for this page */
478 # error "ambiguous BITS_PER_PAGE"
949 /* ctx error will hold the completed-last non-zero error code,
950 * in case error codes differ. */
951 ctx->error = blk_status_to_errno(bio->bi_status);
1059 .error = 0,
1156 if (ctx->error) {
1159 err = -EIO; /* ctx->error ? */