Lines Matching refs:ca_buf
194 struct dax_cca *ca_buf; member
511 if (ctx->ca_buf[idx].status == CCA_STAT_NOT_COMPLETED) in dax_ccb_wait()
532 if (ctx->ca_buf[i].status == CCA_STAT_NOT_COMPLETED) { in dax_close()
540 kfree(ctx->ca_buf); in dax_close()
609 ctx->ca_buf[idx].status = CCA_STAT_KILLED; in dax_write()
610 ctx->ca_buf[idx].err = CCA_ERR_KILLED; in dax_write()
633 if (ctx->ca_buf[i].status != in dax_write()
663 ctx->ca_buf = kzalloc(DAX_MMAP_LEN, GFP_KERNEL); in dax_open()
664 if (ctx->ca_buf == NULL) in dax_open()
667 ctx->ca_buf[i].status = CCA_STAT_COMPLETED; in dax_open()
669 ctx->ca_buf_ra = virt_to_phys(ctx->ca_buf); in dax_open()
671 (void *)ctx, (void *)ctx->ca_buf, ctx->ca_buf_ra); in dax_open()
839 memset(&ctx->ca_buf[idx + i], 0, sizeof(struct dax_cca)); in dax_preprocess_usr_ccbs()
887 if (ctx->ca_buf[i].status == CCA_STAT_NOT_COMPLETED) { in dax_ccb_exec()
980 ctx->ca_buf[i].status = CCA_STAT_COMPLETED; in dax_ccb_exec()