@@ -3422,6 +3422,7 @@ void drbd_uuid_set_bm(struct drbd_device *device, u64 val) __must_hold(local)
3422
3422
/**
3423
3423
* drbd_bmio_set_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3424
3424
* @device: DRBD device.
3425
+ * @peer_device: Peer DRBD device.
3425
3426
*
3426
3427
* Sets all bits in the bitmap and writes the whole bitmap to stable storage.
3427
3428
*/
@@ -3448,6 +3449,7 @@ int drbd_bmio_set_n_write(struct drbd_device *device,
3448
3449
/**
3449
3450
* drbd_bmio_clear_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3450
3451
* @device: DRBD device.
3452
+ * @peer_device: Peer DRBD device.
3451
3453
*
3452
3454
* Clears all bits in the bitmap and writes the whole bitmap to stable storage.
3453
3455
*/
@@ -3501,6 +3503,7 @@ static int w_bitmap_io(struct drbd_work *w, int unused)
3501
3503
* @done: callback to be called after the bitmap IO was performed
3502
3504
* @why: Descriptive text of the reason for doing the IO
3503
3505
* @flags: Bitmap flags
3506
+ * @peer_device: Peer DRBD device.
3504
3507
*
3505
3508
* While IO on the bitmap happens we freeze application IO thus we ensure
3506
3509
* that drbd_set_out_of_sync() can not be called. This function MAY ONLY be
@@ -3549,6 +3552,7 @@ void drbd_queue_bitmap_io(struct drbd_device *device,
3549
3552
* @io_fn: IO callback to be called when bitmap IO is possible
3550
3553
* @why: Descriptive text of the reason for doing the IO
3551
3554
* @flags: Bitmap flags
3555
+ * @peer_device: Peer DRBD device.
3552
3556
*
3553
3557
* freezes application IO while that the actual IO operations runs. This
3554
3558
* functions MAY NOT be called from worker context.
0 commit comments