Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyaffs_guts.h281 …__u32 chunkErrorStrikes:3; /* How many times we've had ecc etc failures on this block and tried to… member
Dyaffs_guts.c519 bi->chunkErrorStrikes ++; in yaffs_HandleChunkError()
521 if(bi->chunkErrorStrikes > 3){ in yaffs_HandleChunkError()