Lines Matching defs:context
38 void *context;
118 void *context = io->context;
125 fn(error_bits, context);
424 static void sync_io_complete(unsigned long error, void *context)
426 struct sync_io *sio = context;
451 io->context = &sio;
468 struct dpages *dp, io_notify_fn fn, void *context)
474 fn(1, context);
483 io->context = context;
554 io_req->notify.context);