Searched refs:CURSEG_I (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | mount.c | 1455 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_early_init_nid_bitmap() 1640 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in check_nat_bits() 1838 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 1869 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in read_compacted_summaries() 1872 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in read_compacted_summaries() 1879 struct curseg_info *curseg = CURSEG_I(sbi, i); in read_compacted_summaries() 1965 curseg = CURSEG_I(sbi, type); in read_normal_summaries() 2201 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2216 curseg = CURSEG_I(sbi, type); in get_sum_block() 2386 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA); in build_sit_entries() [all …]
|
D | resize.c | 497 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 502 CURSEG_I(sbi, i)->segno - offset); in rebuild_checkpoint() 570 struct curseg_info *curseg = CURSEG_I(sbi, i); in rebuild_checkpoint()
|
D | f2fs.h | 475 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 547 struct curseg_info *curseg = CURSEG_I(sbi, i); in IS_CUR_SEGNO()
|
D | fsck.c | 2273 struct curseg_info *curseg = CURSEG_I(sbi, i); in flush_curseg_sit_entries() 2373 struct curseg_info *curseg = CURSEG_I(sbi, i); in fix_checkpoint() 2438 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_write_pointer() 2534 struct curseg_info *curseg = CURSEG_I(sbi, type); in check_curseg_offset() 3134 curseg = CURSEG_I(sbi, i); in fsck_chk_curseg_info()
|