Searched refs:io_notify_fn (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | dm-io.h | 28 typedef void (*io_notify_fn)(unsigned long error, void *context); typedef 51 io_notify_fn fn; /* Callback for asynchronous requests */
|
/Linux-v5.10/Documentation/admin-guide/device-mapper/ |
D | dm-io.rst | 35 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-v5.10/drivers/md/ |
D | dm-io.c | 37 io_notify_fn callback; 117 io_notify_fn fn = io->callback; in complete_io() 468 struct dpages *dp, io_notify_fn fn, void *context) in async_io()
|
D | dm-integrity.c | 1061 unsigned n_sectors, sector_t target, io_notify_fn fn, void *data) in copy_from_journal()
|