Home
last modified time | relevance | path

Searched refs:FG_GC (Results 1 – 5 of 5) sorted by relevance

/fs/f2fs/
Dgc.c133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
277 if (gc_type != FG_GC && in select_policy()
729 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
800 if (gc_type == FG_GC && in f2fs_get_victim()
801 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
802 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim()
804 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
810 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
877 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in f2fs_get_victim()
922 if (gc_type == FG_GC) in f2fs_get_victim()
[all …]
Dsegment.h185 FG_GC, enumerator
Dfile.c1681 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2467 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2479 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
2933 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
Dsuper.c2190 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
3749 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
Dnode.c1689 if (gc_type == FG_GC) { in f2fs_move_node_page()