Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dincrementalfs.h501 __u32 filled_hash_blocks_out; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3197 TESTEQUAL(bca.filled_hash_blocks_out, filled_hash_blocks); in validate_block_count()
3215 TESTEQUAL(bca.filled_hash_blocks_out, 0); in validate_block_count()
3229 TESTEQUAL(bca.filled_hash_blocks_out, filled_hash_blocks); in validate_block_count()
3272 TESTEQUAL(bca.filled_hash_blocks_out, 0); in validate_data_block_count()
3281 TESTEQUAL(bca.filled_hash_blocks_out, 0); in validate_data_block_count()
3369 TESTEQUAL(bca.filled_hash_blocks_out, 0); in validate_hash_block_count()
3377 TESTEQUAL(bca.filled_hash_blocks_out, filled_hash_blocks); in validate_hash_block_count()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c884 args.filled_hash_blocks_out = atomic_read(&df->df_hash_blocks_written); in ioctl_get_block_count()