Home
last modified time | relevance | path

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

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