Searched refs:CURSEG_I (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/fsck/ |
D | mount.c | 1032 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_init_nid_bitmap() 1200 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in check_nat_bits() 1383 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 1414 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries() 1417 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries() 1424 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries() 1510 curseg = CURSEG_I(sbi, type); in read_normal_summaries() 1708 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 1723 curseg = CURSEG_I(sbi, type); in get_sum_block() 1893 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries() [all …]
|
D | f2fs.h | 340 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 396 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_CUR_SEGNO()
|
D | resize.c | 496 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 501 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 556 struct curseg_info *curseg = CURSEG_I(sbi, i); in rebuild_checkpoint()
|
D | fsck.c | 2005 struct curseg_info *curseg = CURSEG_I(sbi, i); in flush_curseg_sit_entries() 2078 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint() 2100 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_curseg_offset() 2521 curseg = CURSEG_I(sbi, i); in fsck_chk_curseg_info()
|