Home
last modified time | relevance | path

Searched refs:drbd_bm_lock (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c124 void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags) in drbd_bm_lock() function
130 drbd_err(device, "FIXME no bitmap in drbd_bm_lock!?\n"); in drbd_bm_lock()
642 drbd_bm_lock(device, "resize", BM_LOCKED_MASK); in drbd_bm_resize()
805 * bitmap must be locked by drbd_bm_lock.
1367 * you must take drbd_bm_lock() first */
1498 * You must first drbd_bm_lock().
H A Ddrbd_int.h456 /* definition of bits in bm_flags to be used in drbd_bm_lock
1285 /* bm_set_bits variant for use while holding drbd_bm_lock,
1309 /* bm_find_next variants for use while you hold drbd_bm_lock() */
1321 extern void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags);
H A Ddrbd_main.c3468 drbd_bm_lock(device, work->why, work->flags); in w_bitmap_io()
3562 drbd_bm_lock(device, why, flags); in drbd_bitmap_io()
H A Ddrbd_state.c1534 drbd_bm_lock(device, why, flags); in drbd_bitmap_io_from_worker()
H A Ddrbd_receiver.c4831 drbd_bm_lock(device, "receive bitmap", BM_LOCKED_SET_ALLOWED); in receive_bitmap()