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.c2713 curseg->segno = curseg->next_segno; in reset_curseg()
2716 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2783 curseg->next_segno = segno; in new_curseg()
2827 unsigned int new_segno = curseg->next_segno; in change_curseg()
2970 curseg->next_segno = segno; in get_ssr_segment()
2997 curseg->next_segno = segno; in get_ssr_segment()
3006 curseg->next_segno = segno; in get_ssr_segment()
3751 curseg->next_segno = segno; in f2fs_do_replace_block()
3777 curseg->next_segno = old_cursegno; in f2fs_do_replace_block()
3889 seg_i->next_segno = segno; in read_compacted_summaries()
[all …]
H A Dsegment.h301 unsigned int next_segno; /* preallocated segment */ member