Searched refs:t3499f108 (Results 1 – 1 of 1) sorted by relevance
3906 int t3499f108 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local3907 TEMP_FAILURE_RETRY(fdatasync(t3499f108)); in BenchmarkRun()3908 close(t3499f108); in BenchmarkRun()3986 t3499f108 = TEMP_FAILURE_RETRY(open("file18", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3987 TEMP_FAILURE_RETRY(pread(t3499f108, buf, 1, 0)); in BenchmarkRun()3988 close(t3499f108); in BenchmarkRun()