Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c524 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
525 si->gc_secs[DATA][BG_GC]); in stat_show()
527 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
528 si->gc_secs[NODE][BG_GC]); in stat_show()
H A Dgc.c2002 unsigned int gc_secs = dry_run_sections; in f2fs_gc_range() local
2020 !get_valid_blocks(sbi, segno, true) && --gc_secs == 0) in f2fs_gc_range()
H A Df2fs.h3966 int gc_secs[2][2]; member
4078 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++)