Home
last modified time | relevance | path

Searched refs:f2fs_sit_entry (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/include/
Df2fs_fs.h1160 #define SIT_ENTRY_PER_BLOCK (F2FS_BLKSIZE / sizeof(struct f2fs_sit_entry))
1189 struct f2fs_sit_entry { struct
1195 static_assert(sizeof(struct f2fs_sit_entry) == 74, ""); argument
1198 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];
1290 struct f2fs_sit_entry se;
/third_party/f2fs-tools/fsck/
Dmount.c2162 unsigned int segno, struct f2fs_sit_entry *raw_sit) in check_block_count()
2192 struct f2fs_sit_entry *raw_sit) in __seg_info_from_raw_sit()
2202 struct f2fs_sit_entry *raw_sit) in seg_info_from_raw_sit()
2447 struct f2fs_sit_entry sit; in build_sit_entries()
2615 struct f2fs_sit_entry *sit; in rewrite_sit_area_bitmap()
2660 struct f2fs_sit_entry *sit; in flush_sit_journal_entries()
2738 struct f2fs_sit_entry *sit; in flush_sit_entries()
Dresize.c416 struct f2fs_sit_entry *sit; in migrate_sit()
Dfsck.c2279 struct f2fs_sit_entry *sit; in flush_curseg_sit_entries()