Lines Matching defs:context
368 * completed. 'context' is for callback to use.
371 void *context;
489 void *context = job->context;
505 fn(read_err, write_err, context);
515 static void complete_io(unsigned long error, void *context)
517 struct kcopyd_job *job = (struct kcopyd_job *) context;
560 .notify.context = job,
690 void *context)
695 struct kcopyd_job *sub_job = (struct kcopyd_job *) context;
739 sub_job->context = sub_job;
776 unsigned int flags, dm_kcopyd_notify_fn fn, void *context)
841 job->context = context;
856 unsigned flags, dm_kcopyd_notify_fn fn, void *context)
858 dm_kcopyd_copy(kc, NULL, num_dests, dests, flags, fn, context);
863 dm_kcopyd_notify_fn fn, void *context)
872 job->context = context;