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()
163 offset += v->fec->roots; in fec_decode_bufs()
263 if (neras && *neras <= v->fec->roots) in fec_read_bufs()
281 if (neras && *neras <= v->fec->roots && in fec_read_bufs()
566 v->fec->roots); in verity_fec_status_table()
610 return init_rs(8, 0x11d, 0, 1, v->fec->roots); in fec_rs_alloc()
679 v->fec->roots = num_c; in verity_fec_parse_opt_args()
781 if (!f->roots) { in verity_fec_ctr()
785 f->rsn = DM_VERITY_FEC_RSM - f->roots; in verity_fec_ctr()
825 ((f->start + f->rounds * f->roots) >> v->data_dev_block_bits)) { in verity_fec_ctr()