Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/drbd/
Ddrbd_int.h546 int (*io_fn)(struct drbd_device *device, struct drbd_peer_device *peer_device); member
1067 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
1072 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
1076 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
Ddrbd_main.c3469 rv = work->io_fn(device, work->peer_device); in w_bitmap_io()
3505 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io()
3520 device->bm_io_work.io_fn = io_fn; in drbd_queue_bitmap_io()
3549 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io()
3563 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()