Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.c966 curseg->segno = curseg->next_segno; in reset_curseg()
969 curseg->next_segno = NULL_SEGNO; in reset_curseg()
999 curseg->next_segno = segno; in new_curseg()
1044 unsigned int new_segno = curseg->next_segno; in change_curseg()
1076 &(curseg)->next_segno, BG_GC, type, SSR); in get_ssr_segment()
1080 if (v_ops->get_victim(sbi, &(curseg)->next_segno, in get_ssr_segment()
1386 curseg->next_segno = segno; in __f2fs_replace_block()
1405 curseg->next_segno = old_cursegno; in __f2fs_replace_block()
1529 seg_i->next_segno = segno; in read_compacted_summaries()
1615 curseg->next_segno = segno; in read_normal_summaries()
Dsegment.h264 unsigned int next_segno; /* preallocated segment */ member