Home
last modified time | relevance | path

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

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