Searched refs:td_io_close_file (Results 1 – 6 of 6) sorted by relevance
/external/fio/ |
D | ioengine.h | 185 extern int td_io_close_file(struct thread_data *, struct fio_file *);
|
D | io_u.c | 1001 td_io_close_file(td, f); in get_next_file_rand() 1051 td_io_close_file(td, f); in get_next_file_rr() 1129 td_io_close_file(td, f); in set_io_u_file()
|
D | ioengines.c | 491 int td_io_close_file(struct thread_data *td, struct fio_file *f) in td_io_close_file() function
|
D | iolog.c | 105 td_io_close_file(td, f); in ipo_special()
|
D | filesetup.c | 1083 td_io_close_file(td, f); in close_files() 1096 td_io_close_file(td, f); in close_and_free_files()
|
D | backend.c | 335 td_io_close_file(td, f); in fio_file_fsync() 1783 td_io_close_file(td, f); in run_threads()
|