Searched refs:C_SYNC_TARGET (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_strings.c | 35 [C_SYNC_TARGET] = "SyncTarget",
|
H A D | drbd_proc.c | 182 if (state.conn == C_SYNC_TARGET || in drbd_syncer_progress() 306 state.conn == C_SYNC_TARGET || in drbd_seq_show()
|
H A D | drbd_worker.c | 440 case C_SYNC_TARGET: in w_resync_timer() 929 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) in drbd_resync_finished() 950 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished() 961 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished() 1728 * @side: Either C_SYNC_SOURCE or C_SYNC_TARGET 1751 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1753 C_WF_SYNC_UUID we are still unmodified. Before going to C_SYNC_TARGET in drbd_start_resync() 1809 if (side == C_SYNC_TARGET) in drbd_start_resync() 1857 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1903 if (ns.conn == C_SYNC_TARGET) in drbd_start_resync() [all...] |
H A D | drbd_state.c | 962 if ((ns.conn == C_SYNC_TARGET || ns.conn == C_SYNC_SOURCE) in is_valid_soft_transition() 1151 case C_SYNC_TARGET: in sanitize_state() 1206 if (ns.conn == C_SYNC_TARGET) in sanitize_state() 1212 ns.conn = C_SYNC_TARGET; in sanitize_state() 1371 (ns.conn == C_SYNC_TARGET || ns.conn == C_SYNC_SOURCE)) { in _drbd_set_state() 1375 if (ns.conn == C_SYNC_TARGET) in _drbd_set_state() 1379 if ((os.conn == C_SYNC_TARGET || os.conn == C_SYNC_SOURCE) && in _drbd_set_state()
|
H A D | drbd_int.h | 2015 * C_SYNC_TARGET sends P_RS_DATA_REQUEST (and expects P_RS_DATA_REPLY) 2061 return connection_state == C_SYNC_TARGET || in is_sync_target_state() 2164 case C_SYNC_TARGET: in drbd_state_is_stable()
|
H A D | drbd_receiver.c | 2722 if (device->state.conn == C_SYNC_TARGET) in receive_Data() 3261 -1 C_SYNC_TARGET use BitMap 3262 -2 C_SYNC_TARGET set BitMap 3626 drbd_conn_str(hg > 0 ? C_SYNC_SOURCE : C_SYNC_TARGET), in __must_hold() 4664 drbd_start_resync(device, C_SYNC_TARGET); in receive_sync_uuid() 5224 * * On C_SYNC_TARGET we do not have any data structures describing in drbd_disconnected()
|
H A D | drbd_nl.c | 896 * R_PRIMARY D_INCONSISTENT, and C_SYNC_TARGET: 2261 device->state.conn == C_SYNC_TARGET || in conn_resync_running()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_strings.c | 35 [C_SYNC_TARGET] = "SyncTarget",
|
H A D | drbd_proc.c | 182 if (state.conn == C_SYNC_TARGET || in drbd_syncer_progress() 306 state.conn == C_SYNC_TARGET || in drbd_seq_show()
|
H A D | drbd_worker.c | 435 case C_SYNC_TARGET: in w_resync_timer() 928 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) in drbd_resync_finished() 949 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished() 960 if (os.conn == C_SYNC_TARGET || os.conn == C_PAUSED_SYNC_T) { in drbd_resync_finished() 1733 * @side: Either C_SYNC_SOURCE or C_SYNC_TARGET 1756 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1758 C_WF_SYNC_UUID we are still unmodified. Before going to C_SYNC_TARGET in drbd_start_resync() 1814 if (side == C_SYNC_TARGET) in drbd_start_resync() 1862 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1908 if (ns.conn == C_SYNC_TARGET) in drbd_start_resync() [all...] |
H A D | drbd_state.c | 962 if ((ns.conn == C_SYNC_TARGET || ns.conn == C_SYNC_SOURCE) in is_valid_soft_transition() 1151 case C_SYNC_TARGET: in sanitize_state() 1206 if (ns.conn == C_SYNC_TARGET) in sanitize_state() 1212 ns.conn = C_SYNC_TARGET; in sanitize_state() 1373 (ns.conn == C_SYNC_TARGET || ns.conn == C_SYNC_SOURCE)) { in _drbd_set_state() 1377 if (ns.conn == C_SYNC_TARGET) in _drbd_set_state() 1381 if ((os.conn == C_SYNC_TARGET || os.conn == C_SYNC_SOURCE) && in _drbd_set_state()
|
H A D | drbd_int.h | 1947 * C_SYNC_TARGET sends P_RS_DATA_REQUEST (and expects P_RS_DATA_REPLY) 1991 return connection_state == C_SYNC_TARGET || in is_sync_target_state() 2094 case C_SYNC_TARGET: in drbd_state_is_stable()
|
H A D | drbd_receiver.c | 2688 if (device->state.conn == C_SYNC_TARGET) in receive_Data() 3222 -1 C_SYNC_TARGET use BitMap 3223 -2 C_SYNC_TARGET set BitMap 3588 drbd_conn_str(hg > 0 ? C_SYNC_SOURCE : C_SYNC_TARGET), in __must_hold() 4617 drbd_start_resync(device, C_SYNC_TARGET); in receive_sync_uuid() 5176 * * On C_SYNC_TARGET we do not have any data structures describing in drbd_disconnected()
|
H A D | drbd_nl.c | 897 * R_PRIMARY D_INCONSISTENT, and C_SYNC_TARGET: 2205 device->state.conn == C_SYNC_TARGET || in conn_resync_running()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | drbd.h | 219 C_SYNC_TARGET, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | drbd.h | 212 C_SYNC_TARGET, enumerator
|
Completed in 47 milliseconds