Searched refs:io_notify_fn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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-v4.19/Documentation/device-mapper/ |
D | dm-io.txt | 34 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-v4.19/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 | 870 unsigned n_sectors, sector_t target, io_notify_fn fn, void *data) in copy_from_journal()
|