Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddebug.c623 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
624 si->gc_secs[DATA][BG_GC]); in stat_show()
626 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
627 si->gc_secs[NODE][BG_GC]); in stat_show()
H A Dgc.c2058 unsigned int gc_secs = dry_run_sections; in f2fs_gc_range() local
2075 !get_valid_blocks(sbi, segno, true) && --gc_secs == 0) in f2fs_gc_range()
H A Df2fs.h4090 int gc_secs[2][2]; member
4203 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++)