Searched refs:CURSEG_I (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/fsck/ |
D | mount.c | 555 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 583 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries() 586 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries() 593 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries() 676 curseg = CURSEG_I(sbi, type); in read_normal_summaries() 833 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 847 curseg = CURSEG_I(sbi, type); in get_sum_block() 935 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries() 1038 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in rewrite_sit_area_bitmap() 1095 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in lookup_nat_in_journal() [all …]
|
D | f2fs.h | 300 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 349 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_VALID_BLK_ADDR()
|
D | fsck.c | 1014 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint() 1029 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_curseg_offset()
|