Home
last modified time | relevance | path

Searched refs:fio_io_sync (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dbackend.c286 static int fio_io_sync(struct thread_data *td, struct fio_file *f) in fio_io_sync() function
333 return fio_io_sync(td, f); in fio_file_fsync()
338 ret = fio_io_sync(td, f); in fio_file_fsync()
470 if (fio_io_sync(td, f)) in do_verify()