Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_guts.h295 u32 skip_erased_check:1;/* Skip the erased check on this block */ member
Dyaffs_guts.c548 bi->skip_erased_check = 0; in yaffs_write_new_chunk()
550 if (!bi->skip_erased_check) { in yaffs_write_new_chunk()
568 if (!bi->skip_erased_check) in yaffs_write_new_chunk()
579 bi->skip_erased_check = 1; in yaffs_write_new_chunk()
2375 bi->skip_erased_check = 1; /* Clean, so no need to check */ in yaffs_block_became_dirty()