Lines Matching refs:io_fn
3453 * drbd_bmio_set_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3477 * drbd_bmio_clear_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3505 rv = work->io_fn(device);
3526 * @io_fn: IO callback to be called when bitmap IO is possible
3535 * Its worker function encloses the call of io_fn() by get_ldev() and
3539 int (*io_fn)(struct drbd_device *),
3552 device->bm_io_work.io_fn = io_fn;
3572 * @io_fn: IO callback to be called when bitmap IO is possible
3578 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *),
3591 rv = io_fn(device);