Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
1807 int gc_type = gc_control->init_gc_type; in f2fs_gc()
H A Dfile.c1742 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2576 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2589 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
3070 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
H A Df2fs.h1287 int init_gc_type; /* FG_GC or BG_GC */ member
H A Dsuper.c2205 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
H A Dsegment.c442 .init_gc_type = BG_GC, in f2fs_balance_fs()