Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddebug.c618 si->gc_call_count[BACKGROUND] + in stat_show()
619 si->gc_call_count[FOREGROUND], in stat_show()
620 si->gc_call_count[BACKGROUND]); in stat_show()
H A Dsysfs.c1131 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
1132 STAT_INFO_RO_ATTR(gc_background_calls, gc_call_count[BACKGROUND]);
H A Df2fs.h4088 int gc_call_count[MAX_CALL_TYPE]; member
4201 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)