Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h184 dm_presuspend_undo_fn presuspend_undo; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c2221 if (ti->type->presuspend_undo) in suspend_targets()
2222 ti->type->presuspend_undo(ti); in suspend_targets()
H A Ddm-thin.c4102 .presuspend_undo = pool_presuspend_undo,