Fio 3.34
[fio.git] / fdp.h
CommitLineData
a7e8aae0
KB
1#ifndef FIO_FDP_H
2#define FIO_FDP_H
3
4#include "io_u.h"
5
6struct fio_ruhs_info {
7 uint32_t nr_ruhs;
8 uint32_t pli_loc;
9 uint16_t plis[];
10};
11
12int fdp_init(struct thread_data *td);
13void fdp_free_ruhs_info(struct fio_file *f);
14void fdp_fill_dspec_data(struct thread_data *td, struct io_u *io_u);
15
16#endif /* FIO_FDP_H */