Lines Matching refs:CURSEG_I
2125 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
2188 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2213 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
2291 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment()
2315 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2336 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2349 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2358 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2416 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2442 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
2491 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
2517 curseg = CURSEG_I(sbi, i); in f2fs_allocate_new_segments()
2694 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space()
2886 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_allocate_data_block()
3079 if (CURSEG_I(sbi, i)->segno == segno) in __f2fs_get_curseg()
3121 curseg = CURSEG_I(sbi, type); in f2fs_do_replace_block()
3225 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries()
3229 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries()
3238 seg_i = CURSEG_I(sbi, i); in read_compacted_summaries()
3325 curseg = CURSEG_I(sbi, type); in read_normal_summaries()
3347 struct f2fs_journal *sit_j = CURSEG_I(sbi, CURSEG_COLD_DATA)->journal; in restore_curseg_summaries()
3348 struct f2fs_journal *nat_j = CURSEG_I(sbi, CURSEG_HOT_DATA)->journal; in restore_curseg_summaries()
3398 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in write_compacted_summaries()
3403 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in write_compacted_summaries()
3410 seg_i = CURSEG_I(sbi, i); in write_compacted_summaries()
3579 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in remove_sits_in_journal()
3606 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in f2fs_flush_sit_entries()
3884 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries()
4016 struct curseg_info *curseg_t = CURSEG_I(sbi, type); in init_free_segmap()