Searched refs:GC_GREEDY (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.c226 gc_mode = GC_GREEDY;
235 gc_mode = GC_GREEDY;
251 p->gc_mode = GC_GREEDY;
256 p->gc_mode = GC_GREEDY;
303 if (p->gc_mode == GC_GREEDY)
372 if (p->gc_mode == GC_GREEDY)
H A Dsegment.h154 * GC_GREEDY is based on greedy algorithm.
159 GC_GREEDY, enumerator in enum:__anon120
178 int gc_mode; /* GC_CB or GC_GREEDY */
H A Dfile.c3027 sm->last_victim[GC_GREEDY] = end_segno + 1;
/linux-master/include/trace/events/
H A Df2fs.h30 TRACE_DEFINE_ENUM(GC_GREEDY); variable
115 { GC_GREEDY, "Greedy" }, \

Completed in 169 milliseconds