Lines Matching refs:NULL_SEGNO
129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO))
302 return NULL_SEGNO;
659 p.min_segno = NULL_SEGNO;
669 if (*result != NULL_SEGNO) {
687 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) {
690 sbi->next_victim_seg[BG_GC] = NULL_SEGNO;
694 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) {
697 sbi->next_victim_seg[FG_GC] = NULL_SEGNO;
705 if (p.min_segno != NULL_SEGNO)
800 if (is_atgc && p.min_segno == NULL_SEGNO &&
806 if (p.min_segno != NULL_SEGNO) {
821 if (p.min_segno != NULL_SEGNO)
1681 (segno + 1 < end_segno) ? segno + 1 : NULL_SEGNO;
1775 sbi->cur_victim_sec = NULL_SEGNO;
1793 segno = NULL_SEGNO;
1800 segno = NULL_SEGNO;
1894 sbi->next_victim_seg[gc_type] = NULL_SEGNO;