Lines Matching defs:fix
159 unsigned int fix)
166 * If the bit to fix has an hweight of 1, it's a parity bit. One
169 if (hweight32(fix) == 1)
174 * If fix after that, nothing to do
176 if (fix >= calc_code_bit(nr + d, NULL))
185 /* If the fix is before this hunk, nothing to do */
186 if (fix < b)
200 * Thus, when b == fix, bit i in the current hunk needs
203 if (b == fix)
215 unsigned int fix)
217 ocfs2_hamming_fix(data, blocksize * 8, 0, fix);
494 u32 crc, ecc, fix;
530 fix = ecc ^ bc_ecc;
533 * Try the fix against each buffer. It will only affect
537 bhs[i]->b_size * 8 * i, fix);