Searched refs:t3495f72 (Results 1 – 1 of 1) sorted by relevance
2660 int t3495f72 = TEMP_FAILURE_RETRY(open("file31", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local2661 TEMP_FAILURE_RETRY(pread(t3495f72, buf, 1, 0)); in BenchmarkRun()2662 close(t3495f72); in BenchmarkRun()2730 t3495f72 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()2731 TEMP_FAILURE_RETRY(fdatasync(t3495f72)); in BenchmarkRun()2732 close(t3495f72); in BenchmarkRun()2793 t3495f72 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()2794 TEMP_FAILURE_RETRY(fdatasync(t3495f72)); in BenchmarkRun()2795 close(t3495f72); in BenchmarkRun()