Searched refs:total_tree_block_count (Results 1 – 2 of 2) sorted by relevance
434 int total_tree_block_count = 0; in build_mtree() local450 total_tree_block_count += hash_block_count; in build_mtree()455 int prev_lvl_base = (i == 0) ? total_tree_block_count : in build_mtree()461 *mtree_block_count = total_tree_block_count; in build_mtree()462 mtree = calloc(total_tree_block_count, sizeof(*mtree)); in build_mtree()
850 int total_tree_block_count = 0; in build_mtree() local865 total_tree_block_count += hash_block_count; in build_mtree()870 int prev_lvl_base = (i == 0) ? total_tree_block_count : in build_mtree()876 file->mtree_block_count = total_tree_block_count; in build_mtree()886 file->mtree = calloc(total_tree_block_count, sizeof(*file->mtree)); in build_mtree()