Searched refs:next_segno (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.c2759 if (curseg->next_segno == NULL_SEGNO)
2763 curseg->segno = curseg->next_segno;
2766 curseg->next_segno = NULL_SEGNO;
2834 curseg->next_segno = segno;
2878 unsigned int new_segno = curseg->next_segno;
2920 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno);
3026 curseg->next_segno = segno;
3053 curseg->next_segno = segno;
3062 curseg->next_segno = segno;
3490 curseg->next_segno
[all...]
H A Dsegment.h300 unsigned int next_segno; /* preallocated segment */ member in struct:curseg_info

Completed in 121 milliseconds