Searched refs:t3499f106 (Results 1 – 1 of 1) sorted by relevance
3208 int t3499f106 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local3209 TEMP_FAILURE_RETRY(fdatasync(t3499f106)); in BenchmarkRun()3210 close(t3499f106); in BenchmarkRun()3831 t3499f106 = TEMP_FAILURE_RETRY(open("file18", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3832 TEMP_FAILURE_RETRY(pread(t3499f106, buf, 1, 0)); in BenchmarkRun()3833 close(t3499f106); in BenchmarkRun()3930 t3499f106 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3931 TEMP_FAILURE_RETRY(fdatasync(t3499f106)); in BenchmarkRun()3932 close(t3499f106); in BenchmarkRun()