Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddevice-mapper.h183 dm_presuspend_undo_fn presuspend_undo; member
/Linux-v5.10/drivers/md/
Ddm-table.c1931 if (ti->type->presuspend_undo) in suspend_targets()
1932 ti->type->presuspend_undo(ti); in suspend_targets()
Ddm-thin.c4100 .presuspend_undo = pool_presuspend_undo,