Searched refs:FOREGROUND (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | sysfs.c | 1325 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]); 1327 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
|
| H A D | gc.c | 146 FOREGROUND : BACKGROUND); in gc_thread_func() 2162 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_gc_range()
|
| H A D | debug.c | 624 si->gc_call_count[FOREGROUND], in stat_show()
|
| H A D | file.c | 2026 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data() 2901 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc() 2945 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range() 3455 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
|
| H A D | f2fs.h | 1585 FOREGROUND, enumerator 1587 TOTAL_CALL = FOREGROUND,
|
| H A D | super.c | 2692 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
|
| H A D | segment.c | 474 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()
|