Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.c2868 curseg->segno = curseg->next_segno; in reset_curseg()
2871 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2929 curseg->next_segno = 0; in reset_curseg_fields()
2954 curseg->next_segno = segno; in new_curseg()
3169 curseg->next_segno = segno; in get_ssr_segment()
3197 curseg->next_segno = segno; in get_ssr_segment()
3206 curseg->next_segno = segno; in get_ssr_segment()
4103 curseg->next_segno = segno; in f2fs_do_replace_block()
4130 curseg->next_segno = old_cursegno; in f2fs_do_replace_block()
4244 seg_i->next_segno = segno; in read_compacted_summaries()
[all …]
H A Dsegment.h299 unsigned int next_segno; /* preallocated segment */ member