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()
Dioengines.h77 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
Dioengines.c411 int td_io_open_file(struct thread_data *td, struct fio_file *f) in td_io_open_file() function
Dio_u.c1139 err = td_io_open_file(td, f); in get_next_file_rand()
1184 err = td_io_open_file(td, f); in get_next_file_rr()
Diolog.c117 ret = td_io_open_file(td, f); in ipo_special()
Dverify.c1352 int r = td_io_open_file(td, io_u->file); in get_next_verify()
Dbackend.c330 if (td_io_open_file(td, f)) in fio_file_fsync()