Lines Matching refs:gc_control
1679 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO,
1722 err = f2fs_gc(sbi, &gc_control);
2439 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO,
2468 gc_control.init_gc_type = sync ? FG_GC : BG_GC;
2469 gc_control.err_gc_skipped = sync;
2471 ret = f2fs_gc(sbi, &gc_control);
2480 struct f2fs_gc_control gc_control = {
2513 gc_control.victim_segno = GET_SEGNO(sbi, range->start);
2515 ret = f2fs_gc(sbi, &gc_control);
2952 struct f2fs_gc_control gc_control = {
3001 gc_control.victim_segno = start_segno;
3003 ret = f2fs_gc(sbi, &gc_control);