Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2536 int chunks_after; in yaffs_gc_block() local
2614 chunks_after = yaffs_get_erased_chunks(dev); in yaffs_gc_block()
2615 if (chunks_before >= chunks_after) in yaffs_gc_block()
2618 chunks_before, chunks_after); in yaffs_gc_block()