Searched refs:get_sum_block (Results 1 – 5 of 5) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | fsck.h | 205 extern struct f2fs_summary_block *get_sum_block(struct f2fs_sb_info *,
|
D | resize.c | 217 sum_blk = get_sum_block(sbi, segno, &type); in move_ssa()
|
D | dump.c | 194 sum_blk = get_sum_block(sbi, segno, &type); in ssa_dump()
|
D | mount.c | 2045 sum_blk = get_sum_block(sbi, segno, &type); in update_sum_entry() 2244 struct f2fs_summary_block *get_sum_block(struct f2fs_sb_info *sbi, in get_sum_block() function 2310 sum_blk = get_sum_block(sbi, segno, &type); in get_sum_entry()
|
D | fsck.c | 161 sum_blk = get_sum_block(sbi, segno, &type); in is_valid_ssa_node_blk() 286 sum_blk = get_sum_block(sbi, segno, &type); in is_valid_ssa_data_blk()
|