Searched refs:drbd_bitmap_io (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_nl.c990 drbd_bitmap_io(device, md_moved ? &drbd_bm_write_all : &drbd_bm_write, __must_hold()
1780 if (drbd_bitmap_io(device, &drbd_bmio_set_n_write, drbd_adm_attach()
1786 if (drbd_bitmap_io(device, &drbd_bm_read, drbd_adm_attach()
2696 if (drbd_bitmap_io(device, &drbd_bmio_set_n_write, drbd_adm_invalidate()
2775 if (drbd_bitmap_io(device, &drbd_bmio_set_susp_al, drbd_adm_invalidate_peer()
3372 err = drbd_bitmap_io(device, &drbd_bmio_clear_n_write, drbd_adm_new_c_uuid()
H A Ddrbd_main.c3480 * drbd_bmio_set_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3504 * drbd_bmio_clear_n_write() - io_fn for drbd_queue_bitmap_io() or drbd_bitmap_io()
3590 * drbd_bitmap_io() - Does an IO operation on the whole bitmap
3598 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), drbd_bitmap_io() function
H A Ddrbd_int.h542 * and drbd_bitmap_io and friends. */
1138 extern int drbd_bitmap_io(struct drbd_device *device,
H A Ddrbd_bitmap.c1050 * the bitmap lock (see drbd_bitmap_io). __must_hold()
H A Ddrbd_receiver.c3257 if (drbd_bitmap_io(device, &drbd_bmio_set_n_write, "set_n_write from sync_handshake", __must_hold()
3910 drbd_bitmap_io(device, &drbd_bmio_clear_n_write, receive_uuids()

Completed in 350 milliseconds