Lines Matching refs:error_bits
34 unsigned long error_bits; member
116 unsigned long error_bits = io->error_bits; in complete_io() local
125 fn(error_bits, context); in complete_io()
131 set_bit(region, &io->error_bits); in dec_count()
391 unsigned long error_bits; member
399 sio->error_bits = error; in sync_io_complete()
405 unsigned long *error_bits) in sync_io() argument
418 io->error_bits = 0; in sync_io()
431 if (error_bits) in sync_io()
432 *error_bits = sio.error_bits; in sync_io()
434 return sio.error_bits ? -EIO : 0; in sync_io()
450 io->error_bits = 0; in async_io()