Searched refs:DAX_MAX_CCBS (Results 1 – 2 of 2) sorted by relevance
47 #define DAX_MAX_CCBS 15 macro48 #define DAX_CCB_BUF_MAXLEN (DAX_MAX_CCBS * 64)
314 if (max_ccbs != DAX_MAX_CCBS) { in dax_attach()573 if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb)) in dax_write()651 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb), in dax_open()