Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/drbd/
H A Ddrbd_state.c216 #define OLD_TO_NEW(x) \ in copy_old_to_new_state_change() macro
219 OLD_TO_NEW(resource_state_change->role); in copy_old_to_new_state_change()
220 OLD_TO_NEW(resource_state_change->susp); in copy_old_to_new_state_change()
221 OLD_TO_NEW(resource_state_change->susp_nod); in copy_old_to_new_state_change()
222 OLD_TO_NEW(resource_state_change->susp_fen); in copy_old_to_new_state_change()
244 OLD_TO_NEW(p->disk_state); in copy_old_to_new_state_change()
245 OLD_TO_NEW(p->repl_state); in copy_old_to_new_state_change()
246 OLD_TO_NEW(p->resync_susp_user); in copy_old_to_new_state_change()
247 OLD_TO_NEW(p->resync_susp_peer); in copy_old_to_new_state_change()
248 OLD_TO_NEW(p->resync_susp_dependency); in copy_old_to_new_state_change()
[all …]