Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsegment.c2733 curseg->segno = curseg->next_segno; in reset_curseg()
2736 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2806 curseg->next_segno = segno; in new_curseg()
2849 unsigned int new_segno = curseg->next_segno; in change_curseg()
2889 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment()
2992 curseg->next_segno = segno; in get_ssr_segment()
3019 curseg->next_segno = segno; in get_ssr_segment()
3028 curseg->next_segno = segno; in get_ssr_segment()
3747 curseg->next_segno = segno; in f2fs_do_replace_block()
3775 curseg->next_segno = old_cursegno; in f2fs_do_replace_block()
[all …]
Dsegment.h313 unsigned int next_segno; /* preallocated segment */ member