Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2459 dev->gc_cleanup_list[dev->n_clean_ups] = tags.obj_id; in yaffs_gc_process_chunk()
2460 dev->n_clean_ups++; in yaffs_gc_process_chunk()
2599 for (i = 0; i < dev->n_clean_ups; i++) { in yaffs_gc_block()
2622 dev->n_clean_ups = 0; in yaffs_gc_block()
2856 dev->n_clean_ups = 0; in yaffs_check_gc()
2862 dev->n_clean_ups = 0; in yaffs_check_gc()
H A Dyaffs_guts.h700 u32 n_clean_ups; member