Searched refs:skipErasedCheck (Results 1 - 2 of 2) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.h278 __u32 skipErasedCheck: 1; /* If this is set we can skip the erased check on this block */ member in struct:__anon16080
H A Dyaffs_guts.c432 bi->skipErasedCheck = 0;
435 if(!bi->skipErasedCheck){
438 bi->skipErasedCheck = 1;
2173 bi->skipErasedCheck = 1; /* This is clean, so no need to check */

Completed in 54 milliseconds