Lines Matching refs:NULL_SEGNO
39 .victim_segno = NULL_SEGNO, in gc_thread_func()
329 return NULL_SEGNO; in check_bg_victims()
735 p.min_segno = NULL_SEGNO; in get_victim_by_default()
745 if (*result != NULL_SEGNO) { in get_victim_by_default()
763 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default()
766 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default()
770 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()
773 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()
781 if (p.min_segno != NULL_SEGNO) in get_victim_by_default()
879 if (is_atgc && p.min_segno == NULL_SEGNO && in get_victim_by_default()
885 if (p.min_segno != NULL_SEGNO) { in get_victim_by_default()
900 if (p.min_segno != NULL_SEGNO) in get_victim_by_default()
1839 sbi->cur_victim_sec = NULL_SEGNO; in f2fs_gc()
1869 segno = NULL_SEGNO; in f2fs_gc()
1964 sbi->next_victim_seg[gc_type] = NULL_SEGNO; in free_segment_range()