Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.c2456 curseg->segno = curseg->next_segno; in reset_curseg()
2459 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2513 curseg->next_segno = segno; in new_curseg()
2558 unsigned int new_segno = curseg->next_segno; in change_curseg()
2592 curseg->next_segno = segno; in get_ssr_segment()
2619 curseg->next_segno = segno; in get_ssr_segment()
2628 curseg->next_segno = segno; in get_ssr_segment()
3328 curseg->next_segno = segno; in f2fs_do_replace_block()
3350 curseg->next_segno = old_cursegno; in f2fs_do_replace_block()
3452 seg_i->next_segno = segno; in read_compacted_summaries()
[all …]
Dsegment.h302 unsigned int next_segno; /* preallocated segment */ member