Searched refs:gc_control (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/f2fs/ |
D | gc.c | 38 struct f2fs_gc_control gc_control = { in gc_thread_func() local 84 gc_control.one_time = false; in gc_thread_func() 135 gc_control.one_time = true; in gc_thread_func() 144 gc_control.one_time; in gc_thread_func() 150 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func() 151 gc_control.no_bg_gc = foreground; in gc_thread_func() 152 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func() 155 if (f2fs_gc(sbi, &gc_control)) { in gc_thread_func() 1861 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) in f2fs_gc() argument 1863 int gc_type = gc_control->init_gc_type; in f2fs_gc() [all …]
|
D | file.c | 1754 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_expand_inode_data() local 1797 err = f2fs_gc(sbi, &gc_control); in f2fs_expand_inode_data() 2563 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_ioc_gc() local 2592 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc() 2593 gc_control.err_gc_skipped = sync; in f2fs_ioc_gc() 2595 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_gc() 2604 struct f2fs_gc_control gc_control = { in __f2fs_ioc_gc_range() local 2637 gc_control.victim_segno = GET_SEGNO(sbi, range->start); in __f2fs_ioc_gc_range() 2639 ret = f2fs_gc(sbi, &gc_control); in __f2fs_ioc_gc_range() 3088 struct f2fs_gc_control gc_control = { in f2fs_ioc_flush_device() local [all …]
|
D | super.c | 2194 struct f2fs_gc_control gc_control = { in f2fs_disable_checkpoint() local 2204 err = f2fs_gc(sbi, &gc_control); in f2fs_disable_checkpoint()
|
D | segment.c | 441 struct f2fs_gc_control gc_control = { in f2fs_balance_fs() local 450 f2fs_gc(sbi, &gc_control); in f2fs_balance_fs()
|
D | f2fs.h | 3913 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);
|