Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c176 return NULL_SEGNO; in check_bg_victims()
243 p.min_segno = NULL_SEGNO; in get_victim_by_default()
250 if (p.min_segno != NULL_SEGNO) in get_victim_by_default()
292 if (p.min_segno != NULL_SEGNO) { in get_victim_by_default()
308 return (p.min_segno == NULL_SEGNO) ? 0 : 1; in get_victim_by_default()
695 sbi->cur_victim_sec = NULL_SEGNO; in f2fs_gc()
Dsegment.c102 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
232 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in refresh_sit_entry()
326 return NULL_SEGNO; in check_prefree_segments()
333 return NULL_SEGNO; in check_prefree_segments()
361 return NULL_SEGNO; in check_prefree_segments()
476 curseg->next_segno = NULL_SEGNO; in reset_curseg()
604 if (curseg->next_segno != NULL_SEGNO) in allocate_segment_by_default()
1527 array[i].segno = NULL_SEGNO; in build_curseg()
Dsegment.h14 #define NULL_SEGNO ((unsigned int)(~0)) macro
65 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \