Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddebug.c520 si->gc_call_count[BACKGROUND] + in stat_show()
521 si->gc_call_count[FOREGROUND], in stat_show()
522 si->gc_call_count[BACKGROUND]); in stat_show()
H A Dsysfs.c993 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
994 STAT_INFO_RO_ATTR(gc_background_calls, gc_call_count[BACKGROUND]);
H A Df2fs.h3937 int gc_call_count[MAX_CALL_TYPE]; member
4049 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)