Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsegment.c891 curseg->segno = curseg->next_segno; in reset_curseg()
894 curseg->next_segno = NULL_SEGNO; in reset_curseg()
924 curseg->next_segno = segno; in new_curseg()
969 unsigned int new_segno = curseg->next_segno; in change_curseg()
1001 &(curseg)->next_segno, BG_GC, type, SSR); in get_ssr_segment()
1005 if (v_ops->get_victim(sbi, &(curseg)->next_segno, in get_ssr_segment()
1290 curseg->next_segno = segno; in recover_data_page()
1372 seg_i->next_segno = segno; in read_compacted_summaries()
1458 curseg->next_segno = segno; in read_normal_summaries()
Dsegment.h251 unsigned int next_segno; /* preallocated segment */ member