Home
last modified time | relevance | path

Searched refs:aftr_isp (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Ddrbd.h255 unsigned aftr_isp:1 ; /* isp .. imposed sync pause */ member
267 unsigned aftr_isp:1 ; /* isp .. imposed sync pause */
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_state.h93 unsigned aftr_isp:1 ; /* isp .. imposed sync pause */ member
101 unsigned aftr_isp:1 ; /* isp .. imposed sync pause */
H A Ddrbd_state.c146 device->state.aftr_isp; in remember_old_state()
207 state.aftr_isp; in remember_new_state()
725 ns.aftr_isp ? 'a' : '-', in print_st()
782 if (ns.aftr_isp != os.aftr_isp) in drbd_pr_state_change()
784 os.aftr_isp, in drbd_pr_state_change()
785 ns.aftr_isp); in drbd_pr_state_change()
1079 ns.aftr_isp = 0; in sanitize_state()
1203 if (ns.aftr_isp || ns.peer_isp || ns.user_isp) { in sanitize_state()
1871 ((os.aftr_isp != ns.aftr_isp) || in after_state_ch()
1877 (ns.aftr_isp || ns.peer_isp || ns.user_isp)) in after_state_ch()
[all …]
H A Ddrbd_proc.c282 state.aftr_isp ? 'a' : '-', in drbd_seq_show()
H A Ddrbd_worker.c1554 odev->state.aftr_isp || odev->state.peer_isp || in _drbd_may_sync_now()
1577 _drbd_set_state(_NS(odev, aftr_isp, 1), in drbd_pause_after()
1602 if (odev->state.aftr_isp) { in drbd_resume_next()
1604 _drbd_set_state(_NS(odev, aftr_isp, 0), in drbd_resume_next()
1810 ns.aftr_isp = !_drbd_may_sync_now(device); in drbd_start_resync()
H A Ddrbd_nl.c2501 info->peer_resync_susp_dependency = device->state.aftr_isp; in peer_device_to_info()
3114 retcode = s.aftr_isp ? ERR_PIC_AFTER_DEP : in drbd_adm_resume_sync()
H A Ddrbd_receiver.c4332 ms.peer_isp = (ps.aftr_isp | ps.user_isp); in convert_state()
4548 ns.peer_isp = (peer_state.aftr_isp | peer_state.user_isp); in receive_state()