Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.c2742 curseg->segno = curseg->next_segno; in reset_curseg()
2745 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2812 curseg->next_segno = segno; in new_curseg()
2856 unsigned int new_segno = curseg->next_segno; in change_curseg()
2897 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment()
3000 curseg->next_segno = segno; in get_ssr_segment()
3027 curseg->next_segno = segno; in get_ssr_segment()
3036 curseg->next_segno = segno; in get_ssr_segment()
3782 curseg->next_segno = segno; in f2fs_do_replace_block()
3808 curseg->next_segno = old_cursegno; in f2fs_do_replace_block()
[all …]
H A Dsegment.h301 unsigned int next_segno; /* preallocated segment */ member