Home
last modified time | relevance | path

Searched refs:drbd_bm_lock (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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.
1330 * you must take drbd_bm_lock() first */
1461 * You must first drbd_bm_lock().
H A Ddrbd_main.c3504 drbd_bm_lock(device, work->why, work->flags); in w_bitmap_io()
3590 drbd_bm_lock(device, why, flags); in drbd_bitmap_io()
H A Ddrbd_int.h528 /* definition of bits in bm_flags to be used in drbd_bm_lock
1353 /* bm_set_bits variant for use while holding drbd_bm_lock,
1373 /* bm_find_next variants for use while you hold drbd_bm_lock() */
1385 extern void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags);
H A Ddrbd_state.c1531 drbd_bm_lock(device, why, flags); in drbd_bitmap_io_from_worker()
H A Ddrbd_receiver.c4874 drbd_bm_lock(device, "receive bitmap", BM_LOCKED_SET_ALLOWED); in receive_bitmap()
/kernel/linux/linux-6.6/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_main.c3471 drbd_bm_lock(device, work->why, work->flags); in w_bitmap_io()
3563 drbd_bm_lock(device, why, flags); in drbd_bitmap_io()
H A Ddrbd_int.h460 /* definition of bits in bm_flags to be used in drbd_bm_lock
1288 /* bm_set_bits variant for use while holding drbd_bm_lock,
1312 /* bm_find_next variants for use while you hold drbd_bm_lock() */
1324 extern void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags);
H A Ddrbd_state.c1534 drbd_bm_lock(device, why, flags); in drbd_bitmap_io_from_worker()
H A Ddrbd_receiver.c4827 drbd_bm_lock(device, "receive bitmap", BM_LOCKED_SET_ALLOWED); in receive_bitmap()

Completed in 41 milliseconds