Lines Matching refs:NULL_SEGNO
403 .victim_segno = NULL_SEGNO, in f2fs_balance_fs()
795 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
893 return NULL_SEGNO; in get_free_segment()
2133 if (segno == NULL_SEGNO) in get_segment_mtime()
2146 if (segno == NULL_SEGNO) in update_segment_mtime()
2516 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2786 unsigned segno = NULL_SEGNO; in get_ssr_segment()
2830 if (segno != NULL_SEGNO) { in get_ssr_segment()
3230 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block()
3265 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in f2fs_allocate_data_block()
3347 if (GET_SEGNO(fio->sbi, fio->old_blkaddr) != NULL_SEGNO) { in do_write_page()
3545 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in f2fs_do_replace_block()
4336 array[i].segno = NULL_SEGNO; in build_curseg()