Searched refs:hash_block_count (Results 1 – 1 of 1) sorted by relevance
55 Size hash_block_count = block_count; in verity_tree_blocks_for_file() local56 while (hash_block_count > 1) { in verity_tree_blocks_for_file()57 hash_block_count = (hash_block_count + hash_per_block - 1) / hash_per_block; in verity_tree_blocks_for_file()58 total_tree_block_count += hash_block_count; in verity_tree_blocks_for_file()