Home
last modified time | relevance | path

Searched refs:FOREGROUND (Results 1 – 7 of 7) sorted by relevance

/linux/fs/f2fs/
H A Dsysfs.c1310 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]);
1312 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
H A Dfile.c1930 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data()
2791 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc()
2835 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range()
3331 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
H A Dgc.c146 FOREGROUND : BACKGROUND); in gc_thread_func()
2115 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_gc_range()
H A Ddebug.c628 si->gc_call_count[FOREGROUND], in stat_show()
H A Df2fs.h1570 FOREGROUND, enumerator
1572 TOTAL_CALL = FOREGROUND,
H A Dsuper.c2641 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
H A Dsegment.c466 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()