Searched refs:bm_ext (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_actlog.c | 223 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in find_active_resync_extent() local 224 if (test_bit(BME_NO_WRITES, &bm_ext->flags)) in find_active_resync_extent() 225 return bm_ext; in find_active_resync_extent() 233 struct bm_extent *bm_ext; in _al_get() local 237 bm_ext = find_active_resync_extent(device, enr); in _al_get() 238 if (bm_ext) { in _al_get() 239 wake = !test_and_set_bit(BME_PRIORITY, &bm_ext->flags); in _al_get() 535 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in drbd_al_begin_io_nonblock() local 536 if (test_bit(BME_NO_WRITES, &bm_ext->flags)) { in drbd_al_begin_io_nonblock() 537 if (!test_and_set_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_al_begin_io_nonblock() [all …]
|
D | drbd_receiver.c | 2651 struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce); in drbd_rs_should_slow_down() local 2652 if (test_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_rs_should_slow_down()
|
/Linux-v4.19/fs/affs/ |
D | amigaffs.h | 60 __be32 bm_ext; member
|