Searched defs:c_ctx (Results 1 – 4 of 4) sorted by relevance
21 struct pblk_c_ctx *c_ctx) in pblk_end_w_bio()68 struct pblk_c_ctx *c_ctx) in pblk_end_queued_w_bio()75 struct pblk_c_ctx *c_ctx) in pblk_complete_write()182 static void pblk_queue_resubmit(struct pblk *pblk, struct pblk_c_ctx *c_ctx) in pblk_queue_resubmit()210 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_submit_rec() local255 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_end_io_write() local325 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_setup_w_rq() local563 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_free_write_rqd() local
518 struct pblk_c_ctx *c_ctx = nvm_rq_to_pdu(rqd); in pblk_rb_read_to_bio() local
948 static inline struct nvm_rq *nvm_rq_from_c_ctx(void *c_ctx) in nvm_rq_from_c_ctx()
162 static inline struct chcr_context *c_ctx(struct crypto_ablkcipher *tfm) in c_ctx() function