Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c623 si->gc_call_count[BACKGROUND] + in stat_show()
624 si->gc_call_count[FOREGROUND], in stat_show()
625 si->gc_call_count[BACKGROUND]); in stat_show()
H A Dsysfs.c1327 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
1328 STAT_INFO_RO_ATTR(gc_background_calls, gc_call_count[BACKGROUND]);
H A Df2fs.h4382 int gc_call_count[MAX_CALL_TYPE]; member
4497 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)