Searched refs:gc_control (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.c38 struct f2fs_gc_control gc_control = { local
133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC;
134 gc_control.no_bg_gc = foreground;
135 gc_control.nr_free_secs = foreground ? 1 : 0;
138 if (f2fs_gc(sbi, &gc_control)) {
1788 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control) argument
1790 int gc_type = gc_control->init_gc_type;
1791 unsigned int segno = gc_control->victim_segno;
1802 trace_f2fs_gc_begin(sbi->sb, gc_type, gc_control->no_bg_gc,
1803 gc_control
[all...]
H A Dfile.c1700 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, local
1743 err = f2fs_gc(sbi, &gc_control);
2468 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, local
2497 gc_control.init_gc_type = sync ? FG_GC : BG_GC;
2498 gc_control.err_gc_skipped = sync;
2500 ret = f2fs_gc(sbi, &gc_control);
2509 struct f2fs_gc_control gc_control = { local
2542 gc_control.victim_segno = GET_SEGNO(sbi, range->start);
2544 ret = f2fs_gc(sbi, &gc_control);
2981 struct f2fs_gc_control gc_control local
[all...]
H A Dsuper.c2189 struct f2fs_gc_control gc_control = { local
2199 err = f2fs_gc(sbi, &gc_control);
H A Dsegment.c433 struct f2fs_gc_control gc_control = { local
442 f2fs_gc(sbi, &gc_control);
H A Df2fs.h3876 int f2fs_gc(struct f2fs_sb_info *sbi, struct f2fs_gc_control *gc_control);

Completed in 174 milliseconds