Home
last modified time | relevance | path

Searched refs:hash_block_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c433 int hash_block_count = 0; in build_mtree() local
445 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()
H A Dincfs_test.c849 int hash_block_count = 0; in build_mtree() local
860 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()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c1708 int hash_block_count = get_blocks_count_for_size( in incfs_scan_metadata_chain() local
1718 if (nondata_block_count != hash_block_count && in incfs_scan_metadata_chain()