dax_ccb
struct dax_ccb *ccb_buf;
struct dax_ccb *ccbp = &ctx->ccb_buf[i];
if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb))
if (count % sizeof(struct dax_ccb) == 0)
ctx->ccb_buf = kzalloc_objs(struct dax_ccb, DAX_MAX_CCBS);
static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem)
struct dax_ccb *ccbp = &ctx->ccb_buf[i];
nccbs = count / sizeof(struct dax_ccb);
naccepted = accepted_len / sizeof(struct dax_ccb);