Home
last modified time | relevance | path

Searched refs:sit_info (Results 1 – 5 of 5) sorted by relevance

/third_party/f2fs-tools/fsck/
Df2fs.h158 struct sit_info { struct
189 struct sit_info *sit_info; argument
320 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I()
322 return (struct sit_info *)(SM_I(sbi)->sit_info); in SIT_I()
Dmount.c1760 struct sit_info *sit_i; in build_sit_info()
1767 sit_i = malloc(sizeof(struct sit_info)); in build_sit_info()
1773 SM_I(sbi)->sit_info = sit_i; in build_sit_info()
2075 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
2159 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
2385 struct sit_info *sit_i = SIT_I(sbi); in build_sit_entries()
2544 struct sit_info *sit_i = SIT_I(sbi); in rewrite_sit_area_bitmap()
2595 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_journal_entries()
2673 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_entries()
3691 struct sit_info *sit_i = SIT_I(sbi); in f2fs_do_umount()
[all …]
Dresize.c394 struct sit_info *sit_i = SIT_I(sbi); in migrate_sit()
Ddump.c113 struct sit_info *sit_i = SIT_I(sbi); in sit_dump()
Dfsck.c2263 struct sit_info *sit_i = SIT_I(sbi); in flush_curseg_sit_entries()
2292 struct sit_info *sit_i = SIT_I(sbi); in fix_checksum()