Searched refs:NULL_SEGNO (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.c39 .victim_segno = NULL_SEGNO,
329 return NULL_SEGNO;
765 p.min_segno = NULL_SEGNO;
775 if (*result != NULL_SEGNO) {
793 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) {
796 sbi->next_victim_seg[BG_GC] = NULL_SEGNO;
800 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) {
803 sbi->next_victim_seg[FG_GC] = NULL_SEGNO;
811 if (p.min_segno != NULL_SEGNO)
909 if (is_atgc && p.min_segno == NULL_SEGNO
[all...]
H A Dsegment.c434 .victim_segno = NULL_SEGNO,
833 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno))
936 return NULL_SEGNO;
2383 if (segno == NULL_SEGNO)
2396 if (segno == NULL_SEGNO)
2422 if (segno == NULL_SEGNO)
2759 if (curseg->next_segno == NULL_SEGNO)
2766 curseg->next_segno = NULL_SEGNO;
2830 curseg->segno = NULL_SEGNO;
3017 unsigned segno = NULL_SEGNO;
[all...]
H A Dsegment.h12 #define NULL_SEGNO ((unsigned int)(~0)) macro
100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
H A Dsuper.c2190 .victim_segno = NULL_SEGNO,
3767 sbi->next_victim_seg[BG_GC] = NULL_SEGNO;
3768 sbi->next_victim_seg[FG_GC] = NULL_SEGNO;
H A Dfile.c1700 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO,
2468 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO,
H A Ddata.c1416 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO)

Completed in 192 milliseconds