Lines Matching refs:fio_file

28 static int random_map_free(struct fio_file *f, const uint64_t block)  in random_map_free()
39 struct fio_file *f = io_u->file; in mark_random_map()
53 static uint64_t last_block(struct thread_data *td, struct fio_file *f, in last_block()
86 static int __get_next_rand_offset(struct thread_data *td, struct fio_file *f, in __get_next_rand_offset()
137 struct fio_file *f, enum fio_ddir ddir, in __get_next_rand_offset_zipf()
145 struct fio_file *f, enum fio_ddir ddir, in __get_next_rand_offset_pareto()
160 static int get_off_from_method(struct thread_data *td, struct fio_file *f, in get_off_from_method()
206 static int get_next_rand_offset(struct thread_data *td, struct fio_file *f, in get_next_rand_offset()
244 static int get_next_rand_block(struct thread_data *td, struct fio_file *f, in get_next_rand_block()
262 static int get_next_seq_offset(struct thread_data *td, struct fio_file *f, in get_next_seq_offset()
303 struct fio_file *f = io_u->file; in get_next_block()
371 struct fio_file *f = io_u->file; in __get_next_offset()
419 struct fio_file *f = io_u->file; in io_u_fits()
672 void put_file_log(struct thread_data *td, struct fio_file *f) in put_file_log()
744 struct fio_file *f = io_u->file; in fill_io_u()
960 static struct fio_file *get_next_file_rand(struct thread_data *td, in get_next_file_rand()
964 struct fio_file *f; in get_next_file_rand()
1003 static struct fio_file *get_next_file_rr(struct thread_data *td, int goodf, in get_next_file_rr()
1007 struct fio_file *f; in get_next_file_rr()
1055 static struct fio_file *__get_next_file(struct thread_data *td) in __get_next_file()
1057 struct fio_file *f; in __get_next_file()
1096 static struct fio_file *get_next_file(struct thread_data *td) in get_next_file()
1110 struct fio_file *f; in set_io_u_file()
1434 struct fio_file *f; in get_io_u()
1609 struct fio_file *f = io_u->file; in io_completed()