Searched refs:hash_block_count (Results 1 – 1 of 1) sorted by relevance
184 auto hash_block_count = block_count; in verityTreeSizeForFile() local185 while (hash_block_count > 1) { in verityTreeSizeForFile()186 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verityTreeSizeForFile()187 total_tree_block_count += hash_block_count; in verityTreeSizeForFile()