Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Ddevice-mapper.h199 dm_presuspend_undo_fn presuspend_undo; member
/Linux-v6.1/drivers/md/
Ddm-table.c2076 if (ti->type->presuspend_undo) in suspend_targets()
2077 ti->type->presuspend_undo(ti); in suspend_targets()
Ddm-thin.c4078 .presuspend_undo = pool_presuspend_undo,