Home
last modified time | relevance | path

Searched refs:bm_ext (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
Ddrbd_actlog.c222 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in find_active_resync_extent() local
223 if (test_bit(BME_NO_WRITES, &bm_ext->flags)) in find_active_resync_extent()
224 return bm_ext; in find_active_resync_extent()
232 struct bm_extent *bm_ext; in _al_get() local
236 bm_ext = find_active_resync_extent(device, enr); in _al_get()
237 if (bm_ext) { in _al_get()
238 wake = !test_and_set_bit(BME_PRIORITY, &bm_ext->flags); in _al_get()
377 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in drbd_al_begin_io_nonblock() local
378 if (test_bit(BME_NO_WRITES, &bm_ext->flags)) { in drbd_al_begin_io_nonblock()
379 if (!test_and_set_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_al_begin_io_nonblock()
[all …]
Ddrbd_receiver.c2454 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in drbd_rs_should_slow_down() local
2455 if (test_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_rs_should_slow_down()
/linux-4.1.27/include/linux/
Damigaffs.h59 __be32 bm_ext; member