Lines Matching refs:ccb_buf
192 struct dax_ccb *ccb_buf; member
442 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_lock_pages()
537 kfree(ctx->ccb_buf); in dax_close()
651 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb), in dax_open()
653 if (ctx->ccb_buf == NULL) in dax_open()
656 ctx->ccb_buf_ra = virt_to_phys(ctx->ccb_buf); in dax_open()
658 (void *)ctx->ccb_buf, ctx->ccb_buf_ra); in dax_open()
676 kfree(ctx->ccb_buf); in dax_open()
788 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_preprocess_usr_ccbs()
877 if (copy_from_user(ctx->ccb_buf, buf, count)) { in dax_ccb_exec()
903 dax_prt_ccbs(ctx->ccb_buf, nccbs); in dax_ccb_exec()