Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_guts.c2458 dev->gc_cleanup_list[dev->n_clean_ups] = tags.obj_id; in yaffs_gc_process_chunk()
2459 dev->n_clean_ups++; in yaffs_gc_process_chunk()
2598 for (i = 0; i < dev->n_clean_ups; i++) { in yaffs_gc_block()
2621 dev->n_clean_ups = 0; in yaffs_gc_block()
2855 dev->n_clean_ups = 0; in yaffs_check_gc()
2861 dev->n_clean_ups = 0; in yaffs_check_gc()
Dyaffs_guts.h700 u32 n_clean_ups; member