• Home
  • Raw
  • Download

Lines Matching refs:CURSEG_I

1955 	struct curseg_info *curseg = CURSEG_I(sbi, type);  in __add_sum_entry()
2017 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2041 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
2119 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment()
2143 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2164 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2177 return CURSEG_I(sbi, type)->segno; in __get_next_segno()
2186 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2244 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2270 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
2319 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
2345 curseg = CURSEG_I(sbi, i); in allocate_new_segments()
2445 struct curseg_info *curseg = CURSEG_I(sbi, type); in __has_curseg_space()
2636 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_data_block()
2820 if (CURSEG_I(sbi, i)->segno == segno) in __f2fs_get_curseg()
2862 curseg = CURSEG_I(sbi, type); in __f2fs_replace_block()
2961 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries()
2965 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries()
2974 seg_i = CURSEG_I(sbi, i); in read_compacted_summaries()
3053 curseg = CURSEG_I(sbi, type); in read_normal_summaries()
3074 struct f2fs_journal *sit_j = CURSEG_I(sbi, CURSEG_COLD_DATA)->journal; in restore_curseg_summaries()
3075 struct f2fs_journal *nat_j = CURSEG_I(sbi, CURSEG_HOT_DATA)->journal; in restore_curseg_summaries()
3122 seg_i = CURSEG_I(sbi, CURSEG_HOT_DATA); in write_compacted_summaries()
3127 seg_i = CURSEG_I(sbi, CURSEG_COLD_DATA); in write_compacted_summaries()
3134 seg_i = CURSEG_I(sbi, i); in write_compacted_summaries()
3302 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in remove_sits_in_journal()
3329 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in flush_sit_entries()
3593 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries()
3697 struct curseg_info *curseg_t = CURSEG_I(sbi, type); in init_free_segmap()