OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipErasedCheck
(Results
1 - 2
of
2
) sorted by null
/external/yaffs2/yaffs2/
yaffs_guts.h
278
__u32
skipErasedCheck
: 1; /* If this is set we can skip the erased check on this block */
yaffs_guts.c
432
bi->
skipErasedCheck
= 0;
435
if(!bi->
skipErasedCheck
){
438
bi->
skipErasedCheck
= 1;
[
all
...]
Completed in 487 milliseconds