Lines Matching refs:CURSEG_I
2263 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
2326 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2351 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
2429 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment()
2453 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2474 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2490 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2499 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2557 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2584 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
2642 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
2663 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_for_resize()
2670 segno = CURSEG_I(sbi, type)->segno; in allocate_segment_for_resize()
2702 curseg = CURSEG_I(sbi, i); in f2fs_allocate_new_segments()
2878 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space()
3070 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_allocate_data_block()
3276 if (CURSEG_I(sbi, i)->segno == segno) in __f2fs_get_curseg()
3318 curseg = CURSEG_I(sbi, type); in f2fs_do_replace_block()
3436 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries()
3440 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries()
3449 seg_i = CURSEG_I(sbi, i); in read_compacted_summaries()
3536 curseg = CURSEG_I(sbi, type); in read_normal_summaries()
3558 struct f2fs_journal *sit_j = CURSEG_I(sbi, CURSEG_COLD_DATA)->journal; in restore_curseg_summaries()
3559 struct f2fs_journal *nat_j = CURSEG_I(sbi, CURSEG_HOT_DATA)->journal; in restore_curseg_summaries()
3612 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in write_compacted_summaries()
3617 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in write_compacted_summaries()
3624 seg_i = CURSEG_I(sbi, i); in write_compacted_summaries()
3793 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in remove_sits_in_journal()
3820 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in f2fs_flush_sit_entries()
4107 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries()
4232 struct curseg_info *curseg_t = CURSEG_I(sbi, type); in init_free_segmap()
4310 struct curseg_info *curseg = CURSEG_I(sbi, i); in sanity_check_curseg()