Searched refs:dm_table_get_md (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/md/
H A Ddm-audit.c40 struct mapped_device *md = dm_table_get_md(ti->table);
H A Ddm-uevent.c173 struct mapped_device *md = dm_table_get_md(ti->table);
H A Ddm-snap.c2236 origin_md = dm_table_get_md(o->ti->table);
2240 origin_md = dm_table_get_md(snap_merging->ti->table);
2242 if (origin_md == dm_table_get_md(ti->table))
H A Ddm-table.c2165 struct mapped_device *dm_table_get_md(struct dm_table *t) function
2169 EXPORT_SYMBOL(dm_table_get_md); variable
H A Ddm-verity-target.c230 struct mapped_device *md = dm_table_get_md(v->ti->table);
H A Ddm-mpath.c683 dm_mq_kick_requeue_list(dm_table_get_md(m->ti->table));
H A Ddm-thin.c3371 pool = __pool_find(dm_table_get_md(ti->table), metadata_dev->bdev, data_dev->bdev,
4210 tc->thin_md = dm_table_get_md(ti->table);
H A Ddm-raid.c703 struct gendisk *gendisk = dm_disk(dm_table_get_md(rs->ti->table));
H A Ddm-crypt.c1174 struct mapped_device *md = dm_table_get_md(ti->table);
H A Ddm-integrity.c3654 struct gendisk *disk = dm_disk(dm_table_get_md(ti->table));
/linux-master/include/linux/
H A Ddevice-mapper.h591 struct mapped_device *dm_table_get_md(struct dm_table *t);
/linux-master/drivers/md/dm-vdo/
H A Dvdo.c823 return dm_device_name(dm_table_get_md(target->table));

Completed in 220 milliseconds