Searched refs:error_bits (Results 1 – 2 of 2) sorted by relevance
35 unsigned long error_bits; member118 set_bit(region, &io->error_bits); in dec_count()129 unsigned long r = io->error_bits; in dec_count()379 unsigned long *error_bits) in sync_io() argument395 io->error_bits = 0; in sync_io()415 if (error_bits) in sync_io()416 *error_bits = io->error_bits; in sync_io()418 return io->error_bits ? -EIO : 0; in sync_io()434 io->error_bits = 0; in async_io()
255 unsigned long error_bits; in mirror_flush() local273 error_bits = -1; in mirror_flush()274 dm_io(&io_req, ms->nr_mirrors, io, &error_bits); in mirror_flush()275 if (unlikely(error_bits != 0)) { in mirror_flush()277 if (test_bit(i, &error_bits)) in mirror_flush()