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

/linux-master/fs/f2fs/
H A Ddebug.c519 si->gc_call_count[BACKGROUND] +
520 si->gc_call_count[FOREGROUND],
521 si->gc_call_count[BACKGROUND]);
H A Dsysfs.c1029 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
1030 STAT_INFO_RO_ATTR(gc_background_calls, gc_call_count[BACKGROUND]);
H A Df2fs.h3947 int gc_call_count[MAX_CALL_TYPE]; member in struct:f2fs_stat_info
4059 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)

Completed in 218 milliseconds