Lines Matching defs:blocks
112 u64 blocks;
134 /* Compute number of levels and the number of blocks in each level. */
135 blocks = DIV_ROUND_UP(file_size, block_size);
136 while (blocks > 1) {
141 blocks = DIV_ROUND_UP(blocks, hashes_per_block);
143 * Temporarily use level_offset[] to store the number of blocks
146 level_offset[num_levels++] = blocks;
160 blocks = level_offset[level];
162 offset += blocks;
169 * Allocate the block buffers. Buffer "-1" is for data blocks.
182 /* Hash each data block, also hashing the tree blocks as they fill up */
207 /* Finish all nonempty pending tree blocks */