Searched refs:round_start (Results 1 – 1 of 1) sorted by relevance
911 unsigned long long round_start = round_up_block(start_block); 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()917 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); 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()