9 Star 14 Fork 4

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fdp.h 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef FIO_FDP_H
#define FIO_FDP_H
#include "io_u.h"
struct fio_ruhs_info {
uint32_t nr_ruhs;
uint32_t pli_loc;
uint16_t plis[];
};
int fdp_init(struct thread_data *td);
void fdp_free_ruhs_info(struct fio_file *f);
void fdp_fill_dspec_data(struct thread_data *td, struct io_u *io_u);
#endif /* FIO_FDP_H */
1
https://gitee.com/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助