Searched refs:round_end (Results 1 – 1 of 1) sorted by relevance
912 unsigned long long round_end = round_up_block(start_block + total_size) - 1; in write_block_map_entry() local913 if (round_start && total_size && round_start <= round_end) { in write_block_map_entry()916 if (round_start == round_end) in write_block_map_entry()919 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()