diff options
Diffstat (limited to 'drivers/lightnvm/pblk.h')
-rw-r--r-- | drivers/lightnvm/pblk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/lightnvm/pblk.h b/drivers/lightnvm/pblk.h index d123cff82589..b06ab0edab69 100644 --- a/drivers/lightnvm/pblk.h +++ b/drivers/lightnvm/pblk.h | |||
@@ -778,6 +778,8 @@ ssize_t pblk_rb_sysfs(struct pblk_rb *rb, char *buf); | |||
778 | */ | 778 | */ |
779 | struct nvm_rq *pblk_alloc_rqd(struct pblk *pblk, int type); | 779 | struct nvm_rq *pblk_alloc_rqd(struct pblk *pblk, int type); |
780 | void pblk_free_rqd(struct pblk *pblk, struct nvm_rq *rqd, int type); | 780 | void pblk_free_rqd(struct pblk *pblk, struct nvm_rq *rqd, int type); |
781 | int pblk_alloc_rqd_meta(struct pblk *pblk, struct nvm_rq *rqd); | ||
782 | void pblk_free_rqd_meta(struct pblk *pblk, struct nvm_rq *rqd); | ||
781 | void pblk_set_sec_per_write(struct pblk *pblk, int sec_per_write); | 783 | void pblk_set_sec_per_write(struct pblk *pblk, int sec_per_write); |
782 | int pblk_setup_w_rec_rq(struct pblk *pblk, struct nvm_rq *rqd, | 784 | int pblk_setup_w_rec_rq(struct pblk *pblk, struct nvm_rq *rqd, |
783 | struct pblk_c_ctx *c_ctx); | 785 | struct pblk_c_ctx *c_ctx); |