Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdswap.c79 #define EBLOCK_READERR (1 << 4) macro
442 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_BAD | EBLOCK_READERR)) in mtdswap_check_counts()
460 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_READERR)) in mtdswap_check_counts()
463 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_BAD | EBLOCK_READERR)) in mtdswap_check_counts()
481 eb->flags |= EBLOCK_READERR; in mtdswap_scan_eblks()
529 else if (eb->flags & (EBLOCK_READERR | EBLOCK_FAILED)) in mtdswap_store_eb()
743 oldeb->flags |= EBLOCK_READERR; in mtdswap_move_block()
979 eb->flags &= ~EBLOCK_READERR; in mtdswap_eblk_passes()
1010 if ((eb->flags & EBLOCK_READERR) && in mtdswap_gc()
1174 eb->flags |= EBLOCK_READERR; in mtdswap_readsect()