Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevice-mapper.h501 int dm_post_suspending(struct dm_target *ti);
/openbmc/linux/drivers/md/
H A Ddm.c3121 int dm_post_suspending(struct dm_target *ti) in dm_post_suspending() function
3125 EXPORT_SYMBOL_GPL(dm_post_suspending);
H A Ddm-integrity.c2766 if (unlikely(dm_post_suspending(ic->ti))) in integrity_recalc()