Home
last modified time | relevance | path

Searched refs:next_segno (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c2695 curseg->segno = curseg->next_segno; in reset_curseg()
2698 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2766 curseg->next_segno = segno; in new_curseg()
2828 unsigned int new_segno = curseg->next_segno; in change_curseg()
2870 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment()
2974 curseg->next_segno = segno; in get_ssr_segment()
3001 curseg->next_segno = segno; in get_ssr_segment()
3010 curseg->next_segno = segno; in get_ssr_segment()
3801 curseg->next_segno = segno; in f2fs_do_replace_block()
3828 curseg->next_segno in f2fs_do_replace_block()
[all...]
H A Dsegment.h343 unsigned int next_segno; /* preallocated segment */ member
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c2732 curseg->segno = curseg->next_segno; in reset_curseg()
2735 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2805 curseg->next_segno = segno; in new_curseg()
2848 unsigned int new_segno = curseg->next_segno; in change_curseg()
2888 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment()
2991 curseg->next_segno = segno; in get_ssr_segment()
3018 curseg->next_segno = segno; in get_ssr_segment()
3027 curseg->next_segno = segno; in get_ssr_segment()
3742 curseg->next_segno = segno; in f2fs_do_replace_block()
3768 curseg->next_segno in f2fs_do_replace_block()
[all...]
H A Dsegment.h313 unsigned int next_segno; /* preallocated segment */ member

Completed in 16 milliseconds