Lines Matching refs:NULL_SEGNO
39 .victim_segno = NULL_SEGNO, in gc_thread_func()
331 return NULL_SEGNO; in check_bg_victims()
767 p.min_segno = NULL_SEGNO; in f2fs_get_victim()
777 if (*result != NULL_SEGNO) { in f2fs_get_victim()
795 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in f2fs_get_victim()
798 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in f2fs_get_victim()
802 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
805 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
813 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim()
911 if (is_atgc && p.min_segno == NULL_SEGNO && in f2fs_get_victim()
917 if (p.min_segno != NULL_SEGNO) { in f2fs_get_victim()
932 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim()
1789 (segno + 1 < end_segno) ? segno + 1 : NULL_SEGNO; in do_garbage_collect()
1887 sbi->cur_victim_sec = NULL_SEGNO; in f2fs_gc()
1924 segno = NULL_SEGNO; in f2fs_gc()
2045 sbi->next_victim_seg[gc_type] = NULL_SEGNO; in free_segment_range()