Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_state.c228 #define OLD_TO_NEW(x) \ in copy_old_to_new_state_change() macro
231 OLD_TO_NEW(resource_state_change->role); in copy_old_to_new_state_change()
232 OLD_TO_NEW(resource_state_change->susp); in copy_old_to_new_state_change()
233 OLD_TO_NEW(resource_state_change->susp_nod); in copy_old_to_new_state_change()
234 OLD_TO_NEW(resource_state_change->susp_fen); in copy_old_to_new_state_change()
240 OLD_TO_NEW(connection_state_change->peer_role); in copy_old_to_new_state_change()
241 OLD_TO_NEW(connection_state_change->cstate); in copy_old_to_new_state_change()
248 OLD_TO_NEW(device_state_change->disk_state); in copy_old_to_new_state_change()
256 OLD_TO_NEW(p->disk_state); in copy_old_to_new_state_change()
257 OLD_TO_NEW(p->repl_state); in copy_old_to_new_state_change()
[all …]