Searched refs:cp_pack_total_block_count (Results 1 – 5 of 5) sorted by relevance
312 return __start_cp_addr(sbi) + le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_total_block_count) in sum_blk_addr()
193 DISP_u32(cp, cp_pack_total_block_count); in print_ckpt_info()343 cp_addr += le32_to_cpu(cp_block->cp_pack_total_block_count) - 1; in validate_checkpoint()
986 ckp->cp_pack_total_block_count = in fix_checkpoint()
503 set_cp(cp_pack_total_block_count, 6 + get_sb(cp_payload)); in f2fs_write_check_point_pack()680 cp_seg_blk_offset += blk_size_bytes * (le32_to_cpu(cp->cp_pack_total_block_count) in f2fs_write_check_point_pack()
383 __le32 cp_pack_total_block_count; /* total # of one cp pack */ member