Searched refs:blk_errors (Results 1 – 1 of 1) sorted by relevance
152 } blk_errors[] = { variable182 for (i = 0; i < ARRAY_SIZE(blk_errors); i++) { in errno_to_blk_status()183 if (blk_errors[i].errno == errno) in errno_to_blk_status()195 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(blk_errors))) in blk_status_to_errno()197 return blk_errors[idx].errno; in blk_status_to_errno()205 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(blk_errors))) in blk_status_to_str()207 return blk_errors[idx].name; in blk_status_to_str()