Lines Matching defs:context
39 void *context;
123 void *context = io->context;
130 fn(error_bits, context);
419 static void sync_io_complete(unsigned long error, void *context)
421 struct sync_io *sio = context;
446 io->context = &sio;
463 struct dpages *dp, io_notify_fn fn, void *context,
470 fn(1, context);
479 io->context = context;
542 io_req->notify.context, ioprio);