dm_table_get_md   950 drivers/md/dm-cache-target.c 	return dm_device_name(dm_table_get_md(cache->ti->table));
dm_table_get_md   849 drivers/md/dm-crypt.c 	struct mapped_device *md = dm_table_get_md(ti->table);
dm_table_get_md  3132 drivers/md/dm-integrity.c 	struct gendisk *disk = dm_disk(dm_table_get_md(ti->table));
dm_table_get_md   439 drivers/md/dm-mpath.c 	struct mapped_device *md = dm_table_get_md((m)->ti->table);	\
dm_table_get_md   644 drivers/md/dm-mpath.c 		dm_mq_kick_requeue_list(dm_table_get_md(m->ti->table));
dm_table_get_md   697 drivers/md/dm-raid.c 	struct gendisk *gendisk = dm_disk(dm_table_get_md(rs->ti->table));
dm_table_get_md  2231 drivers/md/dm-snap.c 		origin_md = dm_table_get_md(o->ti->table);
dm_table_get_md  2235 drivers/md/dm-snap.c 			origin_md = dm_table_get_md(snap_merging->ti->table);
dm_table_get_md  2237 drivers/md/dm-snap.c 	if (origin_md == dm_table_get_md(ti->table))
dm_table_get_md  2117 drivers/md/dm-table.c EXPORT_SYMBOL(dm_table_get_md);
dm_table_get_md  2133 drivers/md/dm-table.c 	md = dm_table_get_md(t);
dm_table_get_md  3379 drivers/md/dm-thin.c 	pool = __pool_find(dm_table_get_md(ti->table), metadata_dev->bdev, data_dev->bdev,
dm_table_get_md  4214 drivers/md/dm-thin.c 	tc->thin_md = dm_table_get_md(ti->table);
dm_table_get_md   173 drivers/md/dm-uevent.c 	struct mapped_device *md = dm_table_get_md(ti->table);
dm_table_get_md   218 drivers/md/dm-verity-target.c 	struct mapped_device *md = dm_table_get_md(v->ti->table);
dm_table_get_md  2977 drivers/md/dm.c 	return dm_suspended_md(dm_table_get_md(ti->table));
dm_table_get_md  2983 drivers/md/dm.c 	return __noflush_suspending(dm_table_get_md(ti->table));
dm_table_get_md   502 include/linux/device-mapper.h struct mapped_device *dm_table_get_md(struct dm_table *t);