Searched refs:io_notify_fn (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | dm-io.h | 29 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/ |
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-6.1.9/drivers/md/ |
D | dm-io.c | 37 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()
|
D | dm-integrity.c | 1176 unsigned n_sectors, sector_t target, io_notify_fn fn, void *data) in copy_from_journal()
|