Searched refs:bm_ext (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_actlog.c | 222 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 …]
|
D | drbd_receiver.c | 2455 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in drbd_rs_should_slow_down() local 2456 if (test_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_rs_should_slow_down()
|
/linux-4.4.14/include/linux/ |
D | amigaffs.h | 59 __be32 bm_ext; member
|