Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdswap.c79 #define EBLOCK_READERR (1 << 4) macro
440 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_BAD | EBLOCK_READERR)) in mtdswap_check_counts()
458 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_READERR)) in mtdswap_check_counts()
461 if (eb->flags & (EBLOCK_NOMAGIC | EBLOCK_BAD | EBLOCK_READERR)) in mtdswap_check_counts()
479 eb->flags |= EBLOCK_READERR; in mtdswap_scan_eblks()
527 else if (eb->flags & (EBLOCK_READERR | EBLOCK_FAILED)) in mtdswap_store_eb()
707 oldeb->flags |= EBLOCK_READERR; in mtdswap_move_block()
943 eb->flags &= ~EBLOCK_READERR; in mtdswap_eblk_passes()
974 if ((eb->flags & EBLOCK_READERR) && in mtdswap_gc()
1138 eb->flags |= EBLOCK_READERR; in mtdswap_readsect()