Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c3027 if (curseg->next_segno == NULL_SEGNO) in reset_curseg()
3031 curseg->segno = curseg->next_segno; in reset_curseg()
3034 curseg->next_segno = NULL_SEGNO; in reset_curseg()
3092 curseg->next_segno = 0; in reset_curseg_fields()
3117 curseg->next_segno = segno; in new_curseg()
3161 unsigned int new_segno = curseg->next_segno; in change_curseg()
3204 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment()
3331 curseg->next_segno = segno; in get_ssr_segment()
3359 curseg->next_segno = segno; in get_ssr_segment()
3368 curseg->next_segno = segno; in get_ssr_segment()
[all …]
H A Dsegment.h278 unsigned int next_segno; /* preallocated segment */ member