Home
last modified time | relevance | path

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

/external/fio/
Dtrim.c51 int r = td_io_open_file(td, io_u->file); in get_next_trim()
Dioengine.h187 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
Dioengines.c417 int td_io_open_file(struct thread_data *td, struct fio_file *f) in td_io_open_file() function
Dio_u.c985 err = td_io_open_file(td, f); in get_next_file_rand()
1030 err = td_io_open_file(td, f); in get_next_file_rr()
Diolog.c110 ret = td_io_open_file(td, f); in ipo_special()
Dverify.c1114 int r = td_io_open_file(td, io_u->file); in get_next_verify()
Dbackend.c335 if (td_io_open_file(td, f)) in fio_file_fsync()