Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-uevent.c186 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent()
Ddm-table.c1676 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md() function
1680 EXPORT_SYMBOL(dm_table_get_md);
1691 md = dm_table_get_md(t); in dm_table_run_md_queue_async()
Ddm-snap.c1912 origin_md = dm_table_get_md(o->ti->table); in snapshot_resume()
1916 origin_md = dm_table_get_md(snap_merging->ti->table); in snapshot_resume()
1918 if (origin_md == dm_table_get_md(ti->table)) in snapshot_resume()
Ddm-verity.c203 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err()
Ddm.c3473 return dm_suspended_md(dm_table_get_md(ti->table)); in dm_suspended()
3479 return __noflush_suspending(dm_table_get_md(ti->table)); in dm_noflush_suspending()
Ddm-thin.c3155 pool = __pool_find(dm_table_get_md(ti->table), metadata_dev->bdev, in pool_ctr()
3978 tc->thin_md = dm_table_get_md(ti->table); in thin_ctr()
Ddm-cache-target.c972 return dm_device_name(dm_table_get_md(cache->ti->table)); in cache_device_name()
/linux-4.4.14/include/linux/
Ddevice-mapper.h462 struct mapped_device *dm_table_get_md(struct dm_table *t);