Searched refs:t3499f84 (Results 1 – 1 of 1) sorted by relevance
2663 int t3499f84 = TEMP_FAILURE_RETRY(open("file18", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local2664 TEMP_FAILURE_RETRY(pread(t3499f84, buf, 1, 0)); in BenchmarkRun()2665 close(t3499f84); in BenchmarkRun()3298 t3499f84 = TEMP_FAILURE_RETRY(open("file18", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3299 TEMP_FAILURE_RETRY(pread(t3499f84, buf, 1, 0)); in BenchmarkRun()3300 close(t3499f84); in BenchmarkRun()3317 t3499f84 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3318 TEMP_FAILURE_RETRY(fdatasync(t3499f84)); in BenchmarkRun()3319 close(t3499f84); in BenchmarkRun()