Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddm-io.h29 typedef void (*io_notify_fn)(unsigned long error, void *context); typedef
52 io_notify_fn fn; /* Callback for asynchronous requests */
/linux-6.1.9/Documentation/admin-guide/device-mapper/
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-6.1.9/drivers/md/
Ddm-io.c37 io_notify_fn callback;
117 io_notify_fn fn = io->callback; in complete_io()
450 struct dpages *dp, io_notify_fn fn, void *context) in async_io()
Ddm-integrity.c1176 unsigned n_sectors, sector_t target, io_notify_fn fn, void *data) in copy_from_journal()