Lines Matching defs:errloc
22 * @errloc: error location array
27 unsigned int *errloc;
67 unsigned int *errloc = nbc->errloc;
71 NULL, errloc);
74 if (errloc[i] < (chip->ecc.size*8))
76 buf[errloc[i] >> 3] ^= (1 << (errloc[i] & 7));
80 errloc[i]);
175 nbc->errloc = kmalloc_array(t, sizeof(*nbc->errloc), GFP_KERNEL);
176 if (!nbc->eccmask || !nbc->errloc)
210 kfree(nbc->errloc);