Lines Matching defs:ccb_buf
192 struct dax_ccb *ccb_buf;
193 u64 ccb_buf_ra; /* cached RA of ccb_buf */
442 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
537 kfree(ctx->ccb_buf);
651 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb),
653 if (ctx->ccb_buf == NULL)
656 ctx->ccb_buf_ra = virt_to_phys(ctx->ccb_buf);
657 dax_dbg("ctx->ccb_buf=0x%p, ccb_buf_ra=0x%llx",
658 (void *)ctx->ccb_buf, ctx->ccb_buf_ra);
676 kfree(ctx->ccb_buf);
788 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
877 if (copy_from_user(ctx->ccb_buf, buf, count)) {
903 dax_prt_ccbs(ctx->ccb_buf, nccbs);