Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3253 struct stat stat_buf_incomplete, stat_buf_file; in validate_data_block_count() local
3262 TESTEQUAL(stat(filename, &stat_buf_file), 0); in validate_data_block_count()
3264 TESTEQUAL(stat_buf_file.st_ino, stat_buf_incomplete.st_ino); in validate_data_block_count()
3265 TESTEQUAL(stat_buf_file.st_nlink, 3); in validate_data_block_count()