Searched refs:roots (Results 1 – 5 of 5) sorted by relevance
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()[all …]
65 __le32 roots; member85 u32 roots; member
219 ecc->roots = le32_to_cpu(header->roots); in populate_fec_metadata()231 le32_to_cpu(header->roots) == 0 || in validate_fec_header()232 le32_to_cpu(header->roots) >= FEC_RSM || in validate_fec_header()755 ecc.roots); in android_verity_ctr()760 ecc.start / FEC_BLOCK_SIZE, ecc.blocks, ecc.roots); in android_verity_ctr()
48 unsigned char roots; /* number of parity bytes, M-N of RS(M, N) */ member
54 after the roots is mounted.