Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c500 struct incfs_fill_block *fill_block_array = in load_hash_tree() local
504 .fill_blocks = ptr_to_u64(fill_block_array), in load_hash_tree()
508 if (!fill_block_array) in load_hash_tree()
512 fill_block_array[i] = (struct incfs_fill_block){ in load_hash_tree()
541 free(fill_block_array); in load_hash_tree()
H A Dincfs_test.c938 struct incfs_fill_block *fill_block_array = in load_hash_tree() local
944 if (!fill_block_array) in load_hash_tree()
946 fill_blocks.fill_blocks = ptr_to_u64(fill_block_array); in load_hash_tree()
949 fill_block_array[i] = (struct incfs_fill_block){ in load_hash_tree()
984 free(fill_block_array); in load_hash_tree()
2640 struct incfs_fill_block *fill_block_array = in emit_partial_test_file_hash() local
2647 if (!fill_block_array) in emit_partial_test_file_hash()
2649 fill_blocks.fill_blocks = ptr_to_u64(fill_block_array); in emit_partial_test_file_hash()
2653 fill_block_array[0] = in emit_partial_test_file_hash()
2674 free(fill_block_array); in emit_partial_test_file_hash()