Home
last modified time | relevance | path

Searched refs:nvm_rq_to_pdu (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/lightnvm/
Dpblk-write.c214 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_submit_rec()
255 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_end_io_write()
275 struct pblk_g_ctx *m_ctx = nvm_rq_to_pdu(rqd); in pblk_end_io_write_meta()
320 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_setup_w_rq()
387 m_ctx = nvm_rq_to_pdu(rqd); in pblk_submit_meta_io()
439 struct pblk_c_ctx *data_c_ctx = nvm_rq_to_pdu(data_rqd); in pblk_valid_meta_ppa()
547 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_free_write_rqd()
Dpblk-read.c190 struct pblk_g_ctx *r_ctx = nvm_rq_to_pdu(rqd); in __pblk_end_io_read()
217 struct pblk_g_ctx *r_ctx = nvm_rq_to_pdu(rqd); in pblk_end_io_read()
282 r_ctx = nvm_rq_to_pdu(rqd); in pblk_submit_read()
Dpblk-rb.c556 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_rb_read_to_bio()
Dpblk-core.c303 kfree(((struct pblk_c_ctx *)nvm_rq_to_pdu(rqd))->lun_bitmap); in pblk_free_rqd()
/Linux-v5.10/include/linux/
Dlightnvm.h316 static inline void *nvm_rq_to_pdu(struct nvm_rq *rqdata) in nvm_rq_to_pdu() function