Searched refs:dm_kcopyd_notify_fn (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | dm-kcopyd.h | 64 typedef void (*dm_kcopyd_notify_fn)(int read_err, unsigned int long write_err, typedef 69 unsigned int flags, dm_kcopyd_notify_fn fn, void *context); 83 dm_kcopyd_notify_fn fn, void *context); 88 unsigned int flags, dm_kcopyd_notify_fn fn, void *context);
|
/openbmc/linux/drivers/md/ |
H A D | dm-kcopyd.c | 376 dm_kcopyd_notify_fn fn; 497 dm_kcopyd_notify_fn fn = job->fn; in run_complete_job() 780 unsigned int flags, dm_kcopyd_notify_fn fn, void *context) in dm_kcopyd_copy() 860 unsigned int flags, dm_kcopyd_notify_fn fn, void *context) in dm_kcopyd_zero() 867 dm_kcopyd_notify_fn fn, void *context) in dm_kcopyd_prepare_callback()
|