Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dfile.c1873 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2789 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2802 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
3282 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
H A Dgc.c155 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
1910 int gc_type = gc_control->init_gc_type; in f2fs_gc()
H A Df2fs.h1456 int init_gc_type; /* FG_GC or BG_GC */ member
H A Dsuper.c2634 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
H A Dsegment.c459 .init_gc_type = f2fs_sb_has_blkzoned(sbi) ? in f2fs_balance_fs()