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.h1117 #define SIT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct f2fs_sit_entry))
1142 struct f2fs_sit_entry { struct
1148 static_assert(sizeof(struct f2fs_sit_entry) == 74, ""); argument
1151 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];
1243 struct f2fs_sit_entry se;
/third_party/f2fs-tools/fsck/
Dmount.c2066 unsigned int segno, struct f2fs_sit_entry *raw_sit) in check_block_count()
2096 struct f2fs_sit_entry *raw_sit) in __seg_info_from_raw_sit()
2106 struct f2fs_sit_entry *raw_sit) in seg_info_from_raw_sit()
2351 struct f2fs_sit_entry sit; in build_sit_entries()
2519 struct f2fs_sit_entry *sit; in rewrite_sit_area_bitmap()
2564 struct f2fs_sit_entry *sit; in flush_sit_journal_entries()
2642 struct f2fs_sit_entry *sit; in flush_sit_entries()
Dresize.c414 struct f2fs_sit_entry *sit; in migrate_sit()
Dfsck.c2274 struct f2fs_sit_entry *sit; in flush_curseg_sit_entries()