Searched refs:td_io_close_file (Results 1 – 6 of 6) sorted by relevance
/external/fio/ |
D | ioengines.h | 78 extern int td_io_close_file(struct thread_data *, struct fio_file *);
|
D | ioengines.c | 518 int td_io_close_file(struct thread_data *td, struct fio_file *f) in td_io_close_file() function
|
D | io_u.c | 1150 td_io_close_file(td, f); in get_next_file_rand() 1200 td_io_close_file(td, f); in get_next_file_rr() 1278 td_io_close_file(td, f); in set_io_u_file()
|
D | filesetup.c | 1272 td_io_close_file(td, f); in close_files() 1290 td_io_close_file(td, f); in close_and_free_files()
|
D | backend.c | 334 td_io_close_file(td, f); in fio_file_fsync() 2193 td_io_close_file(td, f); in run_threads()
|
D | iolog.c | 123 td_io_close_file(td, f); in ipo_special()
|