Searched refs:get_sum_block (Results 1 – 5 of 5) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.h | 191 extern struct f2fs_summary_block *get_sum_block(struct f2fs_sb_info *,
|
D | dump.c | 191 sum_blk = get_sum_block(sbi, segno, &type); in ssa_dump()
|
D | resize.c | 215 sum_blk = get_sum_block(sbi, segno, &type); in move_ssa()
|
D | mount.c | 1915 sum_blk = get_sum_block(sbi, segno, &type); in update_sum_entry() 2114 struct f2fs_summary_block *get_sum_block(struct f2fs_sb_info *sbi, in get_sum_block() function 2180 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() 282 sum_blk = get_sum_block(sbi, segno, &type); in is_valid_ssa_data_blk()
|