Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3252 char *incomplete_filename = NULL; in validate_data_block_count() local
3259 TEST(incomplete_filename = get_incomplete_filename(mount_dir, file->id), in validate_data_block_count()
3260 incomplete_filename); in validate_data_block_count()
3263 TESTEQUAL(stat(incomplete_filename, &stat_buf_incomplete), 0); in validate_data_block_count()
3293 TESTEQUAL(stat(incomplete_filename, &stat_buf_incomplete), -1); in validate_data_block_count()
3299 free(incomplete_filename); in validate_data_block_count()