Lines Matching defs:ccb_buf
192 struct dax_ccb *ccb_buf;
193 u64 ccb_buf_ra; /* cached RA of ccb_buf */
441 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
536 kfree(ctx->ccb_buf);
650 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb),
652 if (ctx->ccb_buf == NULL)
655 ctx->ccb_buf_ra = virt_to_phys(ctx->ccb_buf);
656 dax_dbg("ctx->ccb_buf=0x%p, ccb_buf_ra=0x%llx",
657 (void *)ctx->ccb_buf, ctx->ccb_buf_ra);
675 kfree(ctx->ccb_buf);
787 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
876 if (copy_from_user(ctx->ccb_buf, buf, count)) {
902 dax_prt_ccbs(ctx->ccb_buf, nccbs);