Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddm-io.h30 typedef void (*io_notify_fn)(unsigned int long error, void *context); typedef
53 io_notify_fn fn; /* Callback for asynchronous requests */
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-io.rst35 io_notify_fn fn, void *context);
46 io_notify_fn fn, void *context);
56 void *data, io_notify_fn fn, void *context);
61 typedef void (*io_notify_fn)(unsigned long error, void *context);
/linux/drivers/md/
H A Ddm-io.c38 io_notify_fn callback;
122 io_notify_fn fn = io->callback; in complete_io()
463 struct dpages *dp, io_notify_fn fn, void *context, in async_io()
H A Ddm-integrity.c1163 unsigned int n_sectors, sector_t target, io_notify_fn fn, void *data) in copy_from_journal()