Searched refs:t3545f100 (Results 1 – 1 of 1) sorted by relevance
3411 int t3545f100 = TEMP_FAILURE_RETRY(open("file155", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local3412 TEMP_FAILURE_RETRY(pread(t3545f100, buf, 1, 0)); in BenchmarkRun()3413 close(t3545f100); in BenchmarkRun()3434 t3545f100 = TEMP_FAILURE_RETRY(open("file22", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3435 TEMP_FAILURE_RETRY(fdatasync(t3545f100)); in BenchmarkRun()3436 close(t3545f100); in BenchmarkRun()