Lines Matching defs:dax_ccb
163 struct dax_ccb {
192 struct dax_ccb *ccb_buf;
442 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
573 if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb))
576 if (count % sizeof(struct dax_ccb) == 0)
651 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb),
758 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem)
788 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
858 nccbs = count / sizeof(struct dax_ccb);
973 naccepted = accepted_len / sizeof(struct dax_ccb);