Searched refs:hash_block_count (Results 1 – 3 of 3) sorted by relevance
433 int hash_block_count = 0; in build_mtree() local445 hash_block_count = block_count; in build_mtree()446 for (i = 0; hash_block_count > 1; i++) { in build_mtree()447 hash_block_count = (hash_block_count + hash_per_block - 1) / in build_mtree()449 tree_lvl_count[i] = hash_block_count; in build_mtree()450 total_tree_block_count += hash_block_count; in build_mtree()
849 int hash_block_count = 0; in build_mtree() local860 hash_block_count = block_count; in build_mtree()861 for (i = 0; hash_block_count > 1; i++) { in build_mtree()862 hash_block_count = (hash_block_count + hash_per_block - 1) in build_mtree()864 tree_lvl_count[i] = hash_block_count; in build_mtree()865 total_tree_block_count += hash_block_count; in build_mtree()
1708 int hash_block_count = get_blocks_count_for_size( in incfs_scan_metadata_chain() local1718 if (nondata_block_count != hash_block_count && in incfs_scan_metadata_chain()