Searched refs:io_fn (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_int.h | 615 int (*io_fn)(struct drbd_device *device); member 1140 int (*io_fn)(struct drbd_device *), 1144 int (*io_fn)(struct drbd_device *), 1147 int (*io_fn)(struct drbd_device *),
|
H A D | drbd_main.c | 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); in w_bitmap_io() 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 *), in drbd_queue_bitmap_io() 3552 device->bm_io_work.io_fn = io_fn; in drbd_queue_bitmap_io() 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)(struc [all...] |
H A D | drbd_state.c | 1521 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker() 1532 rv = io_fn(device); in drbd_bitmap_io_from_worker()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A 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 *),
|
H A D | drbd_main.c | 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); in w_bitmap_io() 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 *), in drbd_queue_bitmap_io() 3522 device->bm_io_work.io_fn = io_fn; in drbd_queue_bitmap_io() 3542 * @io_fn: IO callback to be called when bitmap IO is possible 3550 int (*io_fn)(struc in drbd_bitmap_io() [all...] |
H A 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()
|
Completed in 24 milliseconds