Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dfsck.h246 unsigned int, struct f2fs_sit_block *);
248 struct f2fs_sit_block *);
Dmount.c2146 unsigned int segno, struct f2fs_sit_block *sit_blk) in get_current_sit_page()
2154 unsigned int segno, struct f2fs_sit_block *sit_blk) in rewrite_current_sit_page()
2445 struct f2fs_sit_block *sit_blk; in build_sit_entries()
2602 struct f2fs_sit_block *sit_blk; in rewrite_sit_area_bitmap()
2653 struct f2fs_sit_block *sit_blk; in flush_sit_journal_entries()
2731 struct f2fs_sit_block *sit_blk; in flush_sit_entries()
Dresize.c399 struct f2fs_sit_block *sit_blk = calloc(BLOCK_SZ, 1); in migrate_sit()
Dfsck.c2269 struct f2fs_sit_block *sit_blk; in flush_curseg_sit_entries()
/third_party/f2fs-tools/include/
Df2fs_fs.h1197 struct f2fs_sit_block { struct
1201 static_assert(sizeof(struct f2fs_sit_block) == 4070, ""); argument