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

/linux-master/include/linux/
H A Ddevice-mapper.h503 int dm_noflush_suspending(struct dm_target *ti);
/linux-master/drivers/md/
H A Ddm-mpath.c481 dm_noflush_suspending((m)->ti))
489 return dm_noflush_suspending(m->ti);
773 dm_noflush_suspending(m->ti));
1748 if (m->queue_mode == DM_TYPE_BIO_BASED || !dm_noflush_suspending(m->ti))
H A Ddm.c3159 int dm_noflush_suspending(struct dm_target *ti) function
3163 EXPORT_SYMBOL_GPL(dm_noflush_suspending); variable
H A Ddm-raid1.c494 if (dm_noflush_suspending(ms->ti))
H A Ddm-thin.c4384 if (dm_noflush_suspending(ti))
4393 * The dm_noflush_suspending flag has been cleared by now, so
/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c1956 (dm_noflush_suspending(ti) ? VDO_ADMIN_STATE_SUSPENDING : VDO_ADMIN_STATE_SAVING);

Completed in 158 milliseconds