Searched refs:round_start (Results 1 – 1 of 1) sorted by relevance
867 unsigned long long round_start = (start_block + (1 << 12) - 1) >> 12; in write_block_map_entry() local869 if (round_start && total_size && round_start <= round_end) { in write_block_map_entry()872 if (round_start == round_end) in write_block_map_entry()873 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry()875 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry()