Home
last modified time | relevance | path

Searched refs:io_notify_fn (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Ddm-io.h28 typedef void (*io_notify_fn)(unsigned long error, void *context); typedef
51 io_notify_fn fn; /* Callback for asynchronous requests */
/linux-2.6.39/Documentation/device-mapper/
Ddm-io.txt34 io_notify_fn fn, void *context);
45 io_notify_fn fn, void *context);
55 void *data, io_notify_fn fn, void *context);
60 typedef void (*io_notify_fn)(unsigned long error, void *context);
/linux-2.6.39/drivers/md/
Ddm-io.c37 io_notify_fn callback;
141 io_notify_fn fn = io->callback; in dec_count()
417 io_notify_fn fn, void *context) in async_io()