Searched refs:io_fn (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_int.h | 548 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 *),
|
D | drbd_main.c | 3472 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()
|
D | drbd_state.c | 1523 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()
|