Lines Matching refs:CURSEG_I
2283 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
2348 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2373 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
2451 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment()
2475 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2496 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2512 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2521 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2579 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2610 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
2668 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
2689 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_for_resize()
2696 segno = CURSEG_I(sbi, type)->segno; in allocate_segment_for_resize()
2731 curseg = CURSEG_I(sbi, i); in f2fs_allocate_new_segments()
2911 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space()
3104 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_allocate_data_block()
3113 curseg = CURSEG_I(sbi, type); in f2fs_allocate_data_block()
3337 if (CURSEG_I(sbi, i)->segno == segno) in __f2fs_get_curseg()
3379 curseg = CURSEG_I(sbi, type); in f2fs_do_replace_block()
3500 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries()
3504 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries()
3513 seg_i = CURSEG_I(sbi, i); in read_compacted_summaries()
3600 curseg = CURSEG_I(sbi, type); in read_normal_summaries()
3622 struct f2fs_journal *sit_j = CURSEG_I(sbi, CURSEG_COLD_DATA)->journal; in restore_curseg_summaries()
3623 struct f2fs_journal *nat_j = CURSEG_I(sbi, CURSEG_HOT_DATA)->journal; in restore_curseg_summaries()
3676 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in write_compacted_summaries()
3681 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in write_compacted_summaries()
3688 seg_i = CURSEG_I(sbi, i); in write_compacted_summaries()
3857 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in remove_sits_in_journal()
3884 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in f2fs_flush_sit_entries()
4171 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries()
4296 struct curseg_info *curseg_t = CURSEG_I(sbi, type); in init_free_segmap()
4374 struct curseg_info *curseg = CURSEG_I(sbi, i); in sanity_check_curseg()
4433 CURSEG_I(sbi, i)->segno)) in check_zone_write_pointer()
4512 struct curseg_info *cs = CURSEG_I(sbi, type); in fix_curseg_write_pointer()