Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevice-mapper.h407 int dm_suspended(struct dm_target *ti);
/linux-4.1.27/drivers/md/
Ddm.c3523 int dm_suspended(struct dm_target *ti) in dm_suspended() function
3527 EXPORT_SYMBOL_GPL(dm_suspended);
Ddm-mpath.c1497 if (dm_suspended(ti)) { in multipath_message()
Ddm-snap.c1866 } else if (!dm_suspended(snap_src->ti)) { in snapshot_preresume()
Ddm-cache-target.c3074 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) { in cache_status()
Ddm-thin.c3475 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in pool_status()