Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c632 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
633 si->gc_secs[DATA][BG_GC]); in stat_show()
635 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
636 si->gc_secs[NODE][BG_GC]); in stat_show()
H A Dgc.c2110 unsigned int gc_secs = dry_run_sections; in f2fs_gc_range() local
2138 !get_valid_blocks(sbi, segno, true) && --gc_secs == 0) in f2fs_gc_range()
H A Df2fs.h4288 int gc_secs[2][2]; member
4402 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++)