Home
last modified time | relevance | path

Searched refs:dax_ccb (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/sbus/char/
Doradax.c175 struct dax_ccb { struct
204 struct dax_ccb *ccb_buf; argument
456 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_lock_pages()
587 if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb)) in dax_write()
590 if (count % sizeof(struct dax_ccb) == 0) in dax_write()
665 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb), in dax_open()
772 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
802 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_preprocess_usr_ccbs()
872 nccbs = count / sizeof(struct dax_ccb); in dax_ccb_exec()
987 naccepted = accepted_len / sizeof(struct dax_ccb); in dax_ccb_exec()