Searched refs:get_next_file (Results 1 – 3 of 3) sorted by relevance
15 struct fio_file *(*get_next_file)(struct thread_data *); member
1250 static struct fio_file *get_next_file(struct thread_data *td) in get_next_file() function1255 if (ops->get_next_file) in get_next_file()1256 return ops->get_next_file(td); in get_next_file()1267 f = get_next_file(td); in set_io_u_file()
700 get_next_file(FILE *VFile, char *ptr) in get_next_file() function1605 ret = get_next_file(VFile, VFileLine); in main()2040 ret = get_next_file(VFile, VFileLine); in main()