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

/linux-master/include/linux/
H A Ddevice-mapper.h501 int dm_suspended(struct dm_target *ti);
/linux-master/drivers/md/
H A Ddm-writecache.c711 if (!dm_suspended(wc->ti) && !writecache_has_error(wc)) {
1118 if (dm_suspended(wc->ti)) {
1172 if (!dm_suspended(wc->ti))
1963 unlikely(dm_suspended(wc->ti)))
2003 if (likely(!dm_suspended(wc->ti)))
H A Ddm.c3147 int dm_suspended(struct dm_target *ti) function
3151 EXPORT_SYMBOL_GPL(dm_suspended); variable
H A Ddm-clone-target.c1446 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti))
H A Ddm-mpath.c1970 if (dm_suspended(ti)) {
H A Ddm-cache-target.c3077 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti))
H A Ddm-snap.c2213 } else if (!dm_suspended(snap_src->ti)) {
H A Ddm-thin.c3945 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti))

Completed in 152 milliseconds