Lines Matching defs:context
374 * completed. 'context' is for callback to use.
377 void *context;
494 void *context = job->context;
510 fn(read_err, write_err, context);
520 static void complete_io(unsigned long error, void *context)
522 struct kcopyd_job *job = context;
564 .notify.context = job,
694 void *context)
699 struct kcopyd_job *sub_job = context;
743 sub_job->context = sub_job;
780 unsigned int flags, dm_kcopyd_notify_fn fn, void *context)
845 job->context = context;
860 unsigned int flags, dm_kcopyd_notify_fn fn, void *context)
862 dm_kcopyd_copy(kc, NULL, num_dests, dests, flags, fn, context);
867 dm_kcopyd_notify_fn fn, void *context)
876 job->context = context;