Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c708 uint8_t actual_block[INCFS_DATA_FILE_BLOCK_SIZE]; in validate_test_file_content_with_seed() local
714 read_test_file(actual_block, INCFS_DATA_FILE_BLOCK_SIZE, in validate_test_file_content_with_seed()
724 if (memcmp(expected_block, actual_block, bytes_to_compare)) { in validate_test_file_content_with_seed()