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.h244 unsigned int, struct f2fs_sit_block *);
246 struct f2fs_sit_block *);
Dmount.c2089 unsigned int segno, struct f2fs_sit_block *sit_blk) in get_current_sit_page()
2097 unsigned int segno, struct f2fs_sit_block *sit_blk) in rewrite_current_sit_page()
2388 struct f2fs_sit_block *sit_blk; in build_sit_entries()
2545 struct f2fs_sit_block *sit_blk; in rewrite_sit_area_bitmap()
2596 struct f2fs_sit_block *sit_blk; in flush_sit_journal_entries()
2674 struct f2fs_sit_block *sit_blk; in flush_sit_entries()
Dresize.c397 struct f2fs_sit_block *sit_blk = calloc(BLOCK_SZ, 1); in migrate_sit()
Dfsck.c2264 struct f2fs_sit_block *sit_blk; in flush_curseg_sit_entries()
/third_party/f2fs-tools/include/
Df2fs_fs.h1150 struct f2fs_sit_block { struct
1154 static_assert(sizeof(struct f2fs_sit_block) == 4070, ""); argument