Searched refs:FG_GC (Results 1 – 7 of 7) sorted by relevance
| /fs/f2fs/ |
| A D | gc.c | 305 if (gc_type != FG_GC && in select_policy() 753 if (gc_type != FG_GC) in f2fs_gc_pinned_control() 816 if (gc_type == FG_GC) in f2fs_get_victim() 833 if (gc_type == FG_GC && in f2fs_get_victim() 955 if (gc_type == FG_GC) in f2fs_get_victim() 1037 bool fggc = (gc_type == FG_GC); in gc_node_segment() 1095 if (!err && gc_type == FG_GC) in gc_node_segment() 1835 if (gc_type == FG_GC && in do_garbage_collect() 1896 gc_type = FG_GC; in f2fs_gc() 1947 if (gc_type == FG_GC) { in f2fs_gc() [all …]
|
| A D | debug.c | 622 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show() 625 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show() 629 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show() 632 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
|
| A D | segment.h | 144 FG_GC, enumerator 523 if (GET_SEC_FROM_SEG(sbi, sbi->next_victim_seg[FG_GC]) == secno) in __set_test_and_free() 524 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in __set_test_and_free()
|
| A D | file.c | 1849 .init_gc_type = FG_GC, in f2fs_expand_inode_data() 2765 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc() 2778 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range() 3257 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
|
| A D | super.c | 2516 .init_gc_type = FG_GC, in f2fs_disable_checkpoint() 4157 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
|
| A D | node.c | 1793 if (gc_type == FG_GC) { in f2fs_move_node_folio()
|
| A D | segment.c | 459 FG_GC : BG_GC, in f2fs_balance_fs()
|
Completed in 44 milliseconds