Searched refs:bytes_per_chunk (Results 1 – 1 of 1) sorted by relevance
272 uint64_t bytes_per_chunk = std::max(file_size / 1000, block_size); in FallocateFallback() local279 cursor = std::min(static_cast<off_t>(cursor + bytes_per_chunk), end); in FallocateFallback()