Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/drbd/
Ddrbd_actlog.c729 device->resync_locked, in update_rs_extent()
893 if (device->resync_locked > device->resync->nr_elements/2) { in _bme_get()
907 device->resync_locked++; in _bme_get()
971 device->resync_locked--; in drbd_rs_begin_io()
1036 device->resync_locked--; in drbd_try_rs_begin_io()
1050 device->resync_locked++; in drbd_try_rs_begin_io()
1062 if (device->resync_locked > device->resync->nr_elements-3) in drbd_try_rs_begin_io()
1084 device->resync_locked++; in drbd_try_rs_begin_io()
1107 device->resync_locked--; in drbd_try_rs_begin_io()
1144 device->resync_locked--; in drbd_rs_complete_io()
[all …]
Ddrbd_int.h924 unsigned int resync_locked; member
Ddrbd_worker.c1763 device->resync_locked = 0; in drbd_start_resync()