Lines Matching refs:error_bits
35 unsigned long error_bits; member
121 unsigned long error_bits = io->error_bits; in complete_io() local
130 fn(error_bits, context); in complete_io()
136 set_bit(region, &io->error_bits); in dec_count()
414 unsigned long error_bits; member
422 sio->error_bits = error; in sync_io_complete()
428 unsigned long *error_bits) in sync_io() argument
441 io->error_bits = 0; in sync_io()
454 if (error_bits) in sync_io()
455 *error_bits = sio.error_bits; in sync_io()
457 return sio.error_bits ? -EIO : 0; in sync_io()
473 io->error_bits = 0; in async_io()