Searched refs:min_segno (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.c580 p->min_segno = ve->segno;
643 p->min_segno = ve->segno;
765 p.min_segno = NULL_SEGNO;
784 p.min_segno = *result;
794 p.min_segno = sbi->next_victim_seg[BG_GC];
795 *result = p.min_segno;
801 p.min_segno = sbi->next_victim_seg[FG_GC];
802 *result = p.min_segno;
810 p.min_segno = check_bg_victims(sbi);
811 if (p.min_segno !
[all...]
H A Dsegment.h188 unsigned int min_segno; /* segment # having min. cost */ member in struct:victim_sel_policy
/linux-master/include/trace/events/
H A Df2fs.h806 __entry->victim = p->min_segno;

Completed in 116 milliseconds