Searched refs:blk_errors (Results 1 – 1 of 1) sorted by relevance
207 } blk_errors[] = { variable232 for (i = 0; i < ARRAY_SIZE(blk_errors); i++) { in errno_to_blk_status()233 if (blk_errors[i].errno == errno) in errno_to_blk_status()245 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(blk_errors))) in blk_status_to_errno()247 return blk_errors[idx].errno; in blk_status_to_errno()255 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(blk_errors))) in print_req_error()259 __func__, blk_errors[idx].name, req->rq_disk ? in print_req_error()