Home
last modified time | relevance | path

Searched refs:error_bits (Results 1 – 2 of 2) sorted by relevance

/drivers/md/
Ddm-io.c35 unsigned long error_bits; member
118 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() argument
395 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()
Ddm-raid1.c255 unsigned long error_bits; in mirror_flush() local
273 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()