Home
last modified time | relevance | path

Searched refs:io_fn (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/block/drbd/
Ddrbd_int.h548 int (*io_fn)(struct drbd_device *device, struct drbd_peer_device *peer_device); member
1070 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
1075 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
1079 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
Ddrbd_main.c3472 rv = work->io_fn(device, work->peer_device); in w_bitmap_io()
3507 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io()
3522 device->bm_io_work.io_fn = io_fn; in drbd_queue_bitmap_io()
3550 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io()
3564 rv = io_fn(device, peer_device); in drbd_bitmap_io()
Ddrbd_state.c1523 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io_from_worker()
1535 rv = io_fn(device, peer_device); in drbd_bitmap_io_from_worker()