Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dincrementalfs.h495 __u32 filled_data_blocks_out; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3195 TESTEQUAL(bca.filled_data_blocks_out, filled_data_blocks); in validate_block_count()
3213 TESTEQUAL(bca.filled_data_blocks_out, 0); in validate_block_count()
3227 TESTEQUAL(bca.filled_data_blocks_out, filled_data_blocks); in validate_block_count()
3270 TESTEQUAL(bca.filled_data_blocks_out, 0); in validate_data_block_count()
3279 TESTEQUAL(bca.filled_data_blocks_out, filled_data_blocks); in validate_data_block_count()
3367 TESTEQUAL(bca.filled_data_blocks_out, 0); in validate_hash_block_count()
3375 TESTEQUAL(bca.filled_data_blocks_out, 0); in validate_hash_block_count()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c881 args.filled_data_blocks_out = atomic_read(&df->df_data_blocks_written); in ioctl_get_block_count()