Home
last modified time | relevance | path

Searched refs:pblk_c_ctx (Results 1 – 4 of 4) sorted by relevance

/drivers/lightnvm/
Dpblk-write.c23 struct pblk_c_ctx *c_ctx) in pblk_end_w_bio()
70 struct pblk_c_ctx *c_ctx) in pblk_end_queued_w_bio()
77 struct pblk_c_ctx *c_ctx) in pblk_complete_write()
79 struct pblk_c_ctx *c, *r; in pblk_complete_write()
186 static void pblk_queue_resubmit(struct pblk *pblk, struct pblk_c_ctx *c_ctx) in pblk_queue_resubmit()
188 struct pblk_c_ctx *r_ctx; in pblk_queue_resubmit()
190 r_ctx = kzalloc(sizeof(struct pblk_c_ctx), GFP_KERNEL); in pblk_queue_resubmit()
214 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()
320 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_setup_w_rq()
[all …]
Dpblk.h108 struct pblk_c_ctx { struct
709 #define pblk_w_rq_size (sizeof(struct nvm_rq) + sizeof(struct pblk_c_ctx))
770 struct pblk_c_ctx *c_ctx);
Dpblk-rb.c556 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_rb_read_to_bio()
812 struct pblk_c_ctx *c; in pblk_rb_sysfs()
Dpblk-core.c303 kfree(((struct pblk_c_ctx *)nvm_rq_to_pdu(rqd))->lun_bitmap); in pblk_free_rqd()