X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fnvme.h;h=238471dd76b94f1dd063eee7449ed9e2354a6abd;hb=7f57e30f54078b36667afefdf6ea5794b6142b27;hp=f7cb820d9af5119938a6bd5262747393ad97daaa;hpb=2091760e59615146d7cce41afc8d38e6d74eda97;p=fio.git diff --git a/engines/nvme.h b/engines/nvme.h index f7cb820d..238471dd 100644 --- a/engines/nvme.h +++ b/engines/nvme.h @@ -216,9 +216,6 @@ struct nvme_dsm_range { __le64 slba; }; -int fio_nvme_trim(const struct thread_data *td, struct fio_file *f, - unsigned long long offset, unsigned long long len); - int fio_nvme_iomgmt_ruhs(struct thread_data *td, struct fio_file *f, struct nvme_fdp_ruh_status *ruhs, __u32 bytes); @@ -226,7 +223,7 @@ int fio_nvme_get_info(struct fio_file *f, __u32 *nsid, __u32 *lba_sz, __u32 *ms, __u64 *nlba); int fio_nvme_uring_cmd_prep(struct nvme_uring_cmd *cmd, struct io_u *io_u, - struct iovec *iov); + struct iovec *iov, struct nvme_dsm_range *dsm); int fio_nvme_get_zoned_model(struct thread_data *td, struct fio_file *f, enum zbd_zoned_model *model);