Lines Matching refs:error_bits
35 unsigned long error_bits;
121 unsigned long error_bits = io->error_bits;
130 fn(error_bits, context);
136 set_bit(region, &io->error_bits);
420 io->error_bits = 0;
433 unsigned long error_bits;
441 sio->error_bits = error;
447 unsigned long *error_bits, unsigned short ioprio)
458 if (error_bits)
459 *error_bits = sio.error_bits;
461 return sio.error_bits ? -EIO : 0;