Home
last modified time | relevance | path

Searched refs:total_tree_block_count (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c434 int total_tree_block_count = 0; in build_mtree() local
450 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()
H A Dincfs_test.c850 int total_tree_block_count = 0; in build_mtree() local
865 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()