Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3173 int total_hash_blocks, int filled_hash_blocks) in validate_block_count() argument
3197 TESTEQUAL(bca.filled_hash_blocks_out, filled_hash_blocks); in validate_block_count()
3203 filled_hash_blocks), in validate_block_count()
3229 TESTEQUAL(bca.filled_hash_blocks_out, filled_hash_blocks); in validate_block_count()
3351 int filled_hash_blocks; in validate_hash_block_count() local
3360 filled_hash_blocks = total_hash_blocks > 1 ? 1 : 0; in validate_hash_block_count()
3377 TESTEQUAL(bca.filled_hash_blocks_out, filled_hash_blocks); in validate_hash_block_count()
3381 if (filled_hash_blocks) in validate_hash_block_count()
3384 total_hash_blocks, filled_hash_blocks), in validate_hash_block_count()