next_victim_seg 1291 fs/f2fs/f2fs.h unsigned int next_victim_seg[2]; /* next segment in victim section */ next_victim_seg 337 fs/f2fs/gc.c if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { next_victim_seg 338 fs/f2fs/gc.c p.min_segno = sbi->next_victim_seg[BG_GC]; next_victim_seg 340 fs/f2fs/gc.c sbi->next_victim_seg[BG_GC] = NULL_SEGNO; next_victim_seg 344 fs/f2fs/gc.c sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { next_victim_seg 345 fs/f2fs/gc.c p.min_segno = sbi->next_victim_seg[FG_GC]; next_victim_seg 347 fs/f2fs/gc.c sbi->next_victim_seg[FG_GC] = NULL_SEGNO; next_victim_seg 1236 fs/f2fs/gc.c sbi->next_victim_seg[gc_type] = segno + 1; next_victim_seg 1516 fs/f2fs/gc.c if (sbi->next_victim_seg[gc_type] >= next_victim_seg 1518 fs/f2fs/gc.c sbi->next_victim_seg[gc_type] = NULL_SEGNO; next_victim_seg 2816 fs/f2fs/super.c sbi->next_victim_seg[BG_GC] = NULL_SEGNO; next_victim_seg 2817 fs/f2fs/super.c sbi->next_victim_seg[FG_GC] = NULL_SEGNO;