Lines Matching refs:gc_control
1693 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in expand_inode_data() local
1735 err = f2fs_gc(sbi, &gc_control); in expand_inode_data()
2417 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_ioc_gc() local
2446 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2447 gc_control.err_gc_skipped = sync; in f2fs_ioc_gc()
2448 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_gc()
2457 struct f2fs_gc_control gc_control = { in __f2fs_ioc_gc_range() local
2490 gc_control.victim_segno = GET_SEGNO(sbi, range->start); in __f2fs_ioc_gc_range()
2491 ret = f2fs_gc(sbi, &gc_control); in __f2fs_ioc_gc_range()
2906 struct f2fs_gc_control gc_control = { in f2fs_ioc_flush_device() local
2955 gc_control.victim_segno = start_segno; in f2fs_ioc_flush_device()
2956 ret = f2fs_gc(sbi, &gc_control); in f2fs_ioc_flush_device()