Lines Matching refs:pblk_c_ctx
23 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()
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()
572 struct pblk_c_ctx *r_ctx; in pblk_submit_write()
576 struct pblk_c_ctx, list); in pblk_submit_write()