Lines Matching refs:error_bits
34 unsigned long error_bits; member
115 unsigned long error_bits = io->error_bits; in complete_io() local
124 fn(error_bits, context); in complete_io()
130 set_bit(region, &io->error_bits); in dec_count()
392 unsigned long error_bits; member
400 sio->error_bits = error; in sync_io_complete()
406 unsigned long *error_bits) in sync_io() argument
419 io->error_bits = 0; in sync_io()
432 if (error_bits) in sync_io()
433 *error_bits = sio.error_bits; in sync_io()
435 return sio.error_bits ? -EIO : 0; in sync_io()
451 io->error_bits = 0; in async_io()