Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddevice-mapper.h181 dm_presuspend_undo_fn presuspend_undo; member
/Linux-v5.4/drivers/md/
Ddm-table.c2015 if (ti->type->presuspend_undo) in suspend_targets()
2016 ti->type->presuspend_undo(ti); in suspend_targets()
Ddm-thin.c4086 .presuspend_undo = pool_presuspend_undo,