Searched refs:t3545f100 (Results 1 – 1 of 1) sorted by relevance
3395 int t3545f100 = TEMP_FAILURE_RETRY(open("file155", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local3396 TEMP_FAILURE_RETRY(pread(t3545f100, buf, 1, 0)); in BenchmarkRun()3397 close(t3545f100); in BenchmarkRun()3418 t3545f100 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3419 TEMP_FAILURE_RETRY(fdatasync(t3545f100)); in BenchmarkRun()3420 close(t3545f100); in BenchmarkRun()