Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-uevent.c173 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent()
Ddm-table.c2113 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md() function
2117 EXPORT_SYMBOL(dm_table_get_md);
2133 md = dm_table_get_md(t); in dm_table_run_md_queue_async()
Ddm-snap.c2231 origin_md = dm_table_get_md(o->ti->table); in snapshot_resume()
2235 origin_md = dm_table_get_md(snap_merging->ti->table); in snapshot_resume()
2237 if (origin_md == dm_table_get_md(ti->table)) in snapshot_resume()
Ddm-mpath.c439 struct mapped_device *md = dm_table_get_md((m)->ti->table); \
677 dm_mq_kick_requeue_list(dm_table_get_md(m->ti->table)); in process_queued_io_list()
Ddm-verity-target.c218 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err()
Ddm.c2971 return dm_suspended_md(dm_table_get_md(ti->table)); in dm_suspended()
2977 return __noflush_suspending(dm_table_get_md(ti->table)); in dm_noflush_suspending()
Ddm-thin.c3338 pool = __pool_find(dm_table_get_md(ti->table), metadata_dev->bdev, in pool_ctr()
4169 tc->thin_md = dm_table_get_md(ti->table); in thin_ctr()
Ddm-crypt.c843 struct mapped_device *md = dm_table_get_md(ti->table); in crypt_integrity_ctr()
Ddm-raid.c697 struct gendisk *gendisk = dm_disk(dm_table_get_md(rs->ti->table)); in rs_set_capacity()
Ddm-cache-target.c950 return dm_device_name(dm_table_get_md(cache->ti->table)); in cache_device_name()
Ddm-integrity.c3141 struct gendisk *disk = dm_disk(dm_table_get_md(ti->table)); in dm_integrity_set()
/Linux-v5.4/include/linux/
Ddevice-mapper.h502 struct mapped_device *dm_table_get_md(struct dm_table *t);