Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h298 u32 chunk_error_strikes:3; /* How many times we've had ecc etc member
H A Dyaffs_guts.c235 bi->chunk_error_strikes++; in yaffs_handle_chunk_error()
237 if (bi->chunk_error_strikes > 3) { in yaffs_handle_chunk_error()