Lines Matching refs:NULL_SEGNO
431 .victim_segno = NULL_SEGNO, in f2fs_balance_fs()
830 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
928 return NULL_SEGNO; in get_free_segment()
2361 if (segno == NULL_SEGNO) in get_segment_mtime()
2374 if (segno == NULL_SEGNO) in update_segment_mtime()
2736 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2983 unsigned segno = NULL_SEGNO; in get_ssr_segment()
3027 if (segno != NULL_SEGNO) { in get_ssr_segment()
3430 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block()
3466 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in f2fs_allocate_data_block()
3560 if (GET_SEGNO(fio->sbi, fio->old_blkaddr) != NULL_SEGNO) { in do_write_page()
3759 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in f2fs_do_replace_block()
4540 array[i].segno = NULL_SEGNO; in build_curseg()