Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c622 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
623 si->gc_secs[DATA][BG_GC]); in stat_show()
625 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
626 si->gc_secs[NODE][BG_GC]); in stat_show()
H A Dgc.c2060 unsigned int gc_secs = dry_run_sections; in f2fs_gc_range() local
2080 !get_valid_blocks(sbi, segno, true) && --gc_secs == 0) in f2fs_gc_range()
H A Df2fs.h4124 int gc_secs[2][2]; member
4237 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++)