Searched refs:t3499f52 (Results 1 – 1 of 1) sorted by relevance
1501 int t3499f52 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local1502 TEMP_FAILURE_RETRY(fdatasync(t3499f52)); in BenchmarkRun()1503 close(t3499f52); in BenchmarkRun()1528 t3499f52 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()1529 TEMP_FAILURE_RETRY(fdatasync(t3499f52)); in BenchmarkRun()1530 close(t3499f52); in BenchmarkRun()