Home
last modified time | relevance | path

Searched refs:dm_suspended (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Ddevice-mapper.h500 int dm_suspended(struct dm_target *ti);
/openbmc/linux/drivers/md/
H A Ddm-writecache.c711 if (!dm_suspended(wc->ti) && !writecache_has_error(wc)) { in writecache_max_age_timer()
1118 if (dm_suspended(wc->ti)) { in process_flush_mesg()
1172 if (!dm_suspended(wc->ti)) in process_cleaner_mesg()
1963 unlikely(dm_suspended(wc->ti))) in writecache_writeback()
2003 if (likely(!dm_suspended(wc->ti))) in writecache_writeback()
H A Ddm.c3115 int dm_suspended(struct dm_target *ti) in dm_suspended() function
3119 EXPORT_SYMBOL_GPL(dm_suspended);
H A Ddm-clone-target.c1446 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in clone_status()
H A Ddm-mpath.c1970 if (dm_suspended(ti)) { in multipath_message()
H A Ddm-snap.c2213 } else if (!dm_suspended(snap_src->ti)) { in snapshot_preresume()
H A Ddm-cache-target.c3078 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in cache_status()
H A Ddm-thin.c3941 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in pool_status()