Home
last modified time | relevance | path

Searched refs:CURSEG_I (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
Dmount.c1382 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_early_init_nid_bitmap()
1567 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in check_nat_bits()
1765 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
1796 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries()
1799 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries()
1806 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries()
1892 curseg = CURSEG_I(sbi, type); in read_normal_summaries()
2128 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block()
2143 curseg = CURSEG_I(sbi, type); in get_sum_block()
2313 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries()
[all …]
Dresize.c497 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint()
502 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint()
570 struct curseg_info *curseg = CURSEG_I(sbi, i); in rebuild_checkpoint()
Df2fs.h471 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function
535 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_CUR_SEGNO()
Dfsck.c2123 struct curseg_info *curseg = CURSEG_I(sbi, i); in flush_curseg_sit_entries()
2223 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint()
2288 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_write_pointer()
2384 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_offset()
2981 curseg = CURSEG_I(sbi, i); in fsck_chk_curseg_info()