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.c1817 struct sit_info *sit_i; in build_sit_info()
1824 sit_i = malloc(sizeof(struct sit_info)); in build_sit_info()
1830 SM_I(sbi)->sit_info = sit_i; in build_sit_info()
2132 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
2216 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
2442 struct sit_info *sit_i = SIT_I(sbi); in build_sit_entries()
2601 struct sit_info *sit_i = SIT_I(sbi); in rewrite_sit_area_bitmap()
2652 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_journal_entries()
2730 struct sit_info *sit_i = SIT_I(sbi); in flush_sit_entries()
3804 struct sit_info *sit_i = SIT_I(sbi); in f2fs_do_umount()
[all …]
Dresize.c396 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.c2268 struct sit_info *sit_i = SIT_I(sbi); in flush_curseg_sit_entries()
2297 struct sit_info *sit_i = SIT_I(sbi); in fix_checksum()