Lines Matching refs:io_fn
3416 * drbd_bmio_set_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3442 * drbd_bmio_clear_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3472 rv = work->io_fn(device, work->peer_device);
3493 * @io_fn: IO callback to be called when bitmap IO is possible
3503 * Its worker function encloses the call of io_fn() by get_ldev() and
3507 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
3522 device->bm_io_work.io_fn = io_fn;
3542 * @io_fn: IO callback to be called when bitmap IO is possible
3550 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
3564 rv = io_fn(device, peer_device);