Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddevice-mapper.h525 int dm_suspended(struct dm_target *ti);
/linux-6.15/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.c3332 int dm_suspended(struct dm_target *ti) in dm_suspended() function
3336 EXPORT_SYMBOL_GPL(dm_suspended);
H A Ddm-clone-target.c1442 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in clone_status()
H A Ddm-mpath.c1968 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.c3165 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in cache_status()
H A Ddm-thin.c3939 if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) in pool_status()