Searched refs:CURSEG_I (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | mount.c | 1367 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_early_init_nid_bitmap() 1552 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in check_nat_bits() 1750 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 1781 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries() 1784 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries() 1791 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries() 1877 curseg = CURSEG_I(sbi, type); in read_normal_summaries() 2109 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2124 curseg = CURSEG_I(sbi, type); in get_sum_block() 2294 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries() [all …]
|
D | resize.c | 496 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 501 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 564 struct curseg_info *curseg = CURSEG_I(sbi, i); in rebuild_checkpoint()
|
D | f2fs.h | 461 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 525 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_CUR_SEGNO()
|
D | fsck.c | 2101 struct curseg_info *curseg = CURSEG_I(sbi, i); in flush_curseg_sit_entries() 2201 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint() 2266 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_write_pointer() 2361 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_offset() 2953 curseg = CURSEG_I(sbi, i); in fsck_chk_curseg_info()
|