Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevice-mapper.h176 dm_presuspend_undo_fn presuspend_undo; member
/Linux-v4.19/drivers/md/
Ddm-table.c1978 if (ti->type->presuspend_undo) in suspend_targets()
1979 ti->type->presuspend_undo(ti); in suspend_targets()
Ddm-thin.c4032 .presuspend_undo = pool_presuspend_undo,