Searched refs:blk_errors (Results 1 – 1 of 1) sorted by relevance
138 } blk_errors[] = { variable173 for (i = 0; i < ARRAY_SIZE(blk_errors); i++) { in errno_to_blk_status()174 if (blk_errors[i].errno == errno) in errno_to_blk_status()186 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(blk_errors))) in blk_status_to_errno()188 return blk_errors[idx].errno; in blk_status_to_errno()196 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(blk_errors))) in blk_status_to_str()198 return blk_errors[idx].name; in blk_status_to_str()