HomeSort by relevance Sort by last modified time
    Searched refs:chunkErrorStrikes (Results 1 - 2 of 2) sorted by null

  /external/yaffs2/yaffs2/
yaffs_guts.h 281 __u32 chunkErrorStrikes:3; /* How many times we've had ecc etc failures on this block and tried to reuse it */
yaffs_guts.c 519 bi->chunkErrorStrikes ++;
521 if(bi->chunkErrorStrikes > 3){
    [all...]

Completed in 1816 milliseconds