NULL_SEGNO       1057 fs/f2fs/data.c 	if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO)
NULL_SEGNO       2295 fs/f2fs/file.c 	ret = f2fs_gc(sbi, sync, true, NULL_SEGNO);
NULL_SEGNO        105 fs/f2fs/gc.c   		if (f2fs_gc(sbi, test_opt(sbi, FORCE_FG_GC), true, NULL_SEGNO))
NULL_SEGNO        239 fs/f2fs/gc.c   	return NULL_SEGNO;
NULL_SEGNO        323 fs/f2fs/gc.c   	p.min_segno = NULL_SEGNO;
NULL_SEGNO        326 fs/f2fs/gc.c   	if (*result != NULL_SEGNO) {
NULL_SEGNO        337 fs/f2fs/gc.c   		if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) {
NULL_SEGNO        340 fs/f2fs/gc.c   			sbi->next_victim_seg[BG_GC] = NULL_SEGNO;
NULL_SEGNO        344 fs/f2fs/gc.c   				sbi->next_victim_seg[FG_GC] != NULL_SEGNO) {
NULL_SEGNO        347 fs/f2fs/gc.c   			sbi->next_victim_seg[FG_GC] = NULL_SEGNO;
NULL_SEGNO        355 fs/f2fs/gc.c   		if (p.min_segno != NULL_SEGNO)
NULL_SEGNO        424 fs/f2fs/gc.c   	if (p.min_segno != NULL_SEGNO) {
NULL_SEGNO        438 fs/f2fs/gc.c   	if (p.min_segno != NULL_SEGNO)
NULL_SEGNO        444 fs/f2fs/gc.c   	return (p.min_segno == NULL_SEGNO) ? 0 : 1;
NULL_SEGNO       1330 fs/f2fs/gc.c   		sbi->cur_victim_sec = NULL_SEGNO;
NULL_SEGNO       1338 fs/f2fs/gc.c   			segno = NULL_SEGNO;
NULL_SEGNO       1346 fs/f2fs/gc.c   			segno = NULL_SEGNO;
NULL_SEGNO       1518 fs/f2fs/gc.c   			sbi->next_victim_seg[gc_type] = NULL_SEGNO;
NULL_SEGNO        509 fs/f2fs/segment.c 		f2fs_gc(sbi, false, false, NULL_SEGNO);
NULL_SEGNO        836 fs/f2fs/segment.c 	if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno))
NULL_SEGNO        931 fs/f2fs/segment.c 	return NULL_SEGNO;
NULL_SEGNO       2468 fs/f2fs/segment.c 	curseg->next_segno = NULL_SEGNO;
NULL_SEGNO       2595 fs/f2fs/segment.c 	unsigned segno = NULL_SEGNO;
NULL_SEGNO       2636 fs/f2fs/segment.c 		if (segno != NULL_SEGNO) {
NULL_SEGNO       3106 fs/f2fs/segment.c 	if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO)
NULL_SEGNO       3178 fs/f2fs/segment.c 	if (GET_SEGNO(fio->sbi, fio->old_blkaddr) != NULL_SEGNO)
NULL_SEGNO       3346 fs/f2fs/segment.c 	if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) {
NULL_SEGNO       4107 fs/f2fs/segment.c 		array[i].segno = NULL_SEGNO;
NULL_SEGNO         86 fs/f2fs/segment.h 	NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi),			\
NULL_SEGNO       1524 fs/f2fs/super.c 		err = f2fs_gc(sbi, true, false, NULL_SEGNO);
NULL_SEGNO       2816 fs/f2fs/super.c 	sbi->next_victim_seg[BG_GC] = NULL_SEGNO;
NULL_SEGNO       2817 fs/f2fs/super.c 	sbi->next_victim_seg[FG_GC] = NULL_SEGNO;