Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c427 int *mtree_block_count) in build_mtree() argument
461 *mtree_block_count = total_tree_block_count; in build_mtree()
495 struct hash_block *mtree, int mtree_block_count) in load_hash_tree() argument
501 calloc(mtree_block_count, sizeof(struct incfs_fill_block)); in load_hash_tree()
503 .count = mtree_block_count, in load_hash_tree()
566 int mtree_block_count; in test_incfs_file() local
568 &mtree_block_count); in test_incfs_file()
581 mtree_block_count); in test_incfs_file()
H A Dincfs_test.c136 int mtree_block_count; member
876 file->mtree_block_count = total_tree_block_count; in build_mtree()
936 .count = file->mtree_block_count, in load_hash_tree()
2023 for (i = 0; i < file->mtree_block_count; ) { in validate_hash_tree()
2033 err == min(args.length, (file->mtree_block_count - i) * in validate_hash_tree()