Lines Matching refs:context
88 void *context; member
92 void (*dispatch_bios)(void *context, struct bio_list *bios);
95 void (*wakeup_workers)(void *context);
98 void (*wakeup_all_recovery_waiters)(void *context);
136 return reg->rh->context; in dm_rh_region_context()
161 void *context, void (*dispatch_bios)(void *context, in dm_region_hash_create() argument
163 void (*wakeup_workers)(void *context), in dm_region_hash_create() argument
164 void (*wakeup_all_recovery_waiters)(void *context), in dm_region_hash_create() argument
188 rh->context = context; in dm_region_hash_create()
377 rh->dispatch_bios(rh->context, ®->delayed_bios); in complete_resync_work()
379 rh->wakeup_all_recovery_waiters(rh->context); in complete_resync_work()
578 rh->wakeup_workers(rh->context); in dm_rh_dec()
636 rh->wakeup_all_recovery_waiters(rh->context); in dm_rh_recovery_prepare()
671 rh->wakeup_workers(rh->context); in dm_rh_recovery_end()
716 rh->wakeup_workers(rh->context); in dm_rh_start_recovery()