Searched refs:CURSEG_I (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/fsck/ |
D | mount.c | 904 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_init_nid_bitmap() 1137 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 1165 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries() 1168 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries() 1175 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries() 1259 curseg = CURSEG_I(sbi, type); in read_normal_summaries() 1447 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 1462 curseg = CURSEG_I(sbi, type); in get_sum_block() 1628 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries() 1735 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in rewrite_sit_area_bitmap() [all …]
|
D | resize.c | 462 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 467 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 520 struct curseg_info *curseg = CURSEG_I(sbi, i); in rebuild_checkpoint()
|
D | f2fs.h | 328 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 381 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_CUR_SEGNO()
|
D | fsck.c | 1904 struct curseg_info *curseg = CURSEG_I(sbi, i); in flush_curseg_sit_entries() 1966 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint() 1985 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_curseg_offset()
|