Home
last modified time | relevance | path

Searched refs:next_victim_seg (Results 1 – 3 of 3) sorted by relevance

/fs/f2fs/
Dgc.c752 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default()
753 p.min_segno = sbi->next_victim_seg[BG_GC]; in get_victim_by_default()
755 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default()
759 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()
760 p.min_segno = sbi->next_victim_seg[FG_GC]; in get_victim_by_default()
762 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()
1754 sbi->next_victim_seg[gc_type] = in do_garbage_collect()
1978 if (sbi->next_victim_seg[gc_type] >= start) in free_segment_range()
1979 sbi->next_victim_seg[gc_type] = NULL_SEGNO; in free_segment_range()
Dsuper.c3626 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info()
3627 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
Df2fs.h1734 unsigned int next_victim_seg[2]; /* next segment in victim section */ member