Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c2916 if (curseg->next_segno == NULL_SEGNO) in reset_curseg()
2920 curseg->segno = curseg->next_segno; in reset_curseg()
2923 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2981 curseg->next_segno = 0; in reset_curseg_fields()
3006 curseg->next_segno = segno; in new_curseg()
3050 unsigned int new_segno = curseg->next_segno; in change_curseg()
3093 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment()
3220 curseg->next_segno = segno; in get_ssr_segment()
3248 curseg->next_segno = segno; in get_ssr_segment()
3257 curseg->next_segno = segno; in get_ssr_segment()
[all …]
H A Dsegment.h282 unsigned int next_segno; /* preallocated segment */ member