Searched refs:FG_GC (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.c133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC;
277 if (gc_type != FG_GC &&
319 * If the gc_type is FG_GC, we can select victim segments
728 if (gc_type != FG_GC)
799 if (gc_type == FG_GC &&
800 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) {
801 p.min_segno = sbi->next_victim_seg[FG_GC];
803 sbi->next_victim_seg[FG_GC] = NULL_SEGNO;
809 if (p.alloc_mode == LFS && gc_type == FG_GC) {
876 if (gc_type == FG_GC
[all...]
H A Ddebug.c524 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC],
527 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC],
531 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC],
534 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC],
H A Dsegment.h168 * FG_GC means the on-demand cleaning job.
172 FG_GC, enumerator in enum:__anon121
H A Dfile.c1701 .init_gc_type = FG_GC,
2497 gc_control.init_gc_type = sync ? FG_GC : BG_GC;
2510 .init_gc_type = range->sync ? FG_GC : BG_GC,
2982 .init_gc_type = FG_GC,
H A Dsuper.c2191 .init_gc_type = FG_GC,
3768 sbi->next_victim_seg[FG_GC] = NULL_SEGNO;
H A Dnode.c1712 if (gc_type == FG_GC) {
/linux-master/include/trace/events/
H A Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC); variable
104 { FG_GC, "Foreground GC" }, \

Completed in 199 milliseconds