Home
last modified time | relevance | path

Searched refs:BBD_ERR (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/block/
Dhd.c94 #define BBD_ERR 0x80 /* pre-EIDE meaning: block marked bad */ macro
228 if (hd_error & BBD_ERR) printk("BadSector "); in dump_status()
235 if (hd_error & (BBD_ERR|ECC_ERR|ID_ERR|MARK_ERR)) { in dump_status()
421 if (++req->errors >= MAX_ERRORS || (hd_error & BBD_ERR)) { in bad_rw_intr()