Lines Matching refs:roots
54 for (i = 0; i < v->fec->roots; i++) in fec_decode_rs8()
71 position = (index + rsb) * v->fec->roots; in fec_read_parity()
161 offset += v->fec->roots; in fec_decode_bufs()
260 if (neras && *neras <= v->fec->roots) in fec_read_bufs()
278 if (neras && *neras <= v->fec->roots && in fec_read_bufs()
540 v->fec->roots); in verity_fec_status_table()
573 return init_rs_gfp(8, 0x11d, 0, 1, v->fec->roots, gfp_mask); in fec_rs_alloc()
642 v->fec->roots = num_c; in verity_fec_parse_opt_args()
711 if (!f->roots) { in verity_fec_ctr()
715 f->rsn = DM_VERITY_FEC_RSM - f->roots; in verity_fec_ctr()
755 ((f->start + f->rounds * f->roots) >> v->data_dev_block_bits)) { in verity_fec_ctr()