Home
last modified time | relevance | path

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

/drivers/md/
Ddm-io.c34 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()
393 unsigned long error_bits; member
401 sio->error_bits = error; in sync_io_complete()
407 unsigned long *error_bits) in sync_io() argument
420 io->error_bits = 0; in sync_io()
433 if (error_bits) in sync_io()
434 *error_bits = sio.error_bits; in sync_io()
[all …]
Ddm-raid1.c257 unsigned long error_bits; in mirror_flush() local
275 error_bits = -1; in mirror_flush()
276 dm_io(&io_req, ms->nr_mirrors, io, &error_bits); in mirror_flush()
277 if (unlikely(error_bits != 0)) { in mirror_flush()
279 if (test_bit(i, &error_bits)) in mirror_flush()