Searched refs:CURSEG_I (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | mount.c | 1512 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_early_init_nid_bitmap() 1697 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in check_nat_bits() 1895 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 1926 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries() 1929 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries() 1936 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries() 2022 curseg = CURSEG_I(sbi, type); in read_normal_summaries() 2258 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2273 curseg = CURSEG_I(sbi, type); in get_sum_block() 2443 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries() [all …]
|
D | resize.c | 509 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 514 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 582 struct curseg_info *curseg = CURSEG_I(sbi, i); in rebuild_checkpoint()
|
D | f2fs.h | 479 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 550 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_CUR_SEGNO()
|
D | fsck.c | 2278 struct curseg_info *curseg = CURSEG_I(sbi, i); in flush_curseg_sit_entries() 2378 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint() 2443 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_write_pointer() 2542 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_offset() 3142 curseg = CURSEG_I(sbi, i); in fsck_chk_curseg_info()
|