Lines Matching defs:errloc
54 unsigned int *errloc = engine_conf->errloc;
58 calc_ecc, NULL, errloc);
61 if (errloc[i] < (step_size * 8))
63 buf[errloc[i] >> 3] ^= (1 << (errloc[i] & 7));
67 errloc[i]);
87 kfree(engine_conf->errloc);
125 engine_conf->errloc = kmalloc_array(t, sizeof(*engine_conf->errloc),
127 if (!engine_conf->eccmask || !engine_conf->errloc) {