Home
last modified time | relevance | path

Searched refs:NULL_SEGNO (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dgc.c201 return NULL_SEGNO; in check_bg_victims()
271 p.min_segno = NULL_SEGNO; in get_victim_by_default()
279 if (p.min_segno != NULL_SEGNO) in get_victim_by_default()
323 if (p.min_segno != NULL_SEGNO) { in get_victim_by_default()
341 return (p.min_segno == NULL_SEGNO) ? 0 : 1; in get_victim_by_default()
831 segno = NULL_SEGNO; in f2fs_gc()
844 if (segno == NULL_SEGNO && !__get_victim(sbi, &segno, gc_type)) in f2fs_gc()
867 sbi->cur_victim_sec = NULL_SEGNO; in f2fs_gc()
Dsegment.h15 #define NULL_SEGNO ((unsigned int)(~0)) macro
76 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
Dsegment.c476 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
737 if (GET_SEGNO(sbi, old) != NULL_SEGNO) in refresh_sit_entry()
969 curseg->next_segno = NULL_SEGNO; in reset_curseg()
1395 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in __f2fs_replace_block()
2114 array[i].segno = NULL_SEGNO; in build_curseg()