Lines Matching refs:NULL_SEGNO
528 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs()
892 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
990 return NULL_SEGNO; in get_free_segment()
2201 if (segno == NULL_SEGNO) in get_segment_mtime()
2214 if (segno == NULL_SEGNO) in update_segment_mtime()
2582 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2837 unsigned segno = NULL_SEGNO; in get_ssr_segment()
2881 if (segno != NULL_SEGNO) { in get_ssr_segment()
3400 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block()
3435 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in f2fs_allocate_data_block()
3514 if (GET_SEGNO(fio->sbi, fio->old_blkaddr) != NULL_SEGNO) { in do_write_page()
3711 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in f2fs_do_replace_block()
4496 array[i].segno = NULL_SEGNO; in build_curseg()