Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-mpath.c481 dm_noflush_suspending((m)->ti))
489 return dm_noflush_suspending(m->ti); in __must_push_back()
772 dm_noflush_suspending(m->ti)); in queue_if_no_path()
1746 if (m->queue_mode == DM_TYPE_BIO_BASED || !dm_noflush_suspending(m->ti)) in multipath_presuspend()
H A Ddm-raid1.c494 if (dm_noflush_suspending(ms->ti)) in hold_bio()
H A Ddm.c3344 int dm_noflush_suspending(struct dm_target *ti) in dm_noflush_suspending() function
3348 EXPORT_SYMBOL_GPL(dm_noflush_suspending);
H A Ddm-thin.c4378 if (dm_noflush_suspending(ti)) in thin_presuspend()
/linux-6.15/include/linux/
H A Ddevice-mapper.h527 int dm_noflush_suspending(struct dm_target *ti);
/linux-6.15/drivers/md/dm-vdo/
H A Ddm-vdo-target.c1959 (dm_noflush_suspending(ti) ? VDO_ADMIN_STATE_SUSPENDING : VDO_ADMIN_STATE_SAVING); in vdo_presuspend()