Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_tagscompat.c268 needs_retiring = 1; in yaffs_handle_rd_data_error()
H A Dyaffs_guts.h293 u32 needs_retiring:1; /* Data has failed on this block, */ member
H A Dyaffs_guts.c238 bi->needs_retiring = 1; /* Too many stikes, so retire */ in yaffs_handle_chunk_error()
257 bi->needs_retiring = 1; in yaffs_handle_chunk_wr_error()
641 bi->needs_retiring = 0; in yaffs_retire_block()
2318 (bi->needs_retiring) ? "needs retiring" : ""); in yaffs_block_became_dirty()
2335 if (!bi->needs_retiring) { in yaffs_block_became_dirty()