Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdswap.c75 #define EBLOCK_BAD (1 << 0) macro
272 eb->flags |= EBLOCK_BAD; in mtdswap_handle_badblock()
442 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_BAD | EBLOCK_READERR)) in mtdswap_check_counts()
463 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_BAD | EBLOCK_READERR)) in mtdswap_check_counts()
483 eb->flags |= EBLOCK_BAD; in mtdswap_scan_eblks()
507 if (eb->flags & EBLOCK_BAD) in mtdswap_scan_eblks()