Searched refs:stat_buf_incomplete (Results 1 – 1 of 1) sorted by relevance
3253 struct stat stat_buf_incomplete, stat_buf_file; in validate_data_block_count() local3263 TESTEQUAL(stat(incomplete_filename, &stat_buf_incomplete), 0); in validate_data_block_count()3264 TESTEQUAL(stat_buf_file.st_ino, stat_buf_incomplete.st_ino); in validate_data_block_count()3293 TESTEQUAL(stat(incomplete_filename, &stat_buf_incomplete), -1); in validate_data_block_count()