Searched refs:dm_table_get_md (Results 1 – 7 of 7) sorted by relevance
186 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent()
1679 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md() function1683 EXPORT_SYMBOL(dm_table_get_md);1694 md = dm_table_get_md(t); in dm_table_run_md_queue_async()
1890 origin_md = dm_table_get_md(o->ti->table); in snapshot_resume()1894 origin_md = dm_table_get_md(snap_merging->ti->table); in snapshot_resume()1896 if (origin_md == dm_table_get_md(ti->table)) in snapshot_resume()
207 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err()
3525 return dm_suspended_md(dm_table_get_md(ti->table)); in dm_suspended()3531 return __noflush_suspending(dm_table_get_md(ti->table)); in dm_noflush_suspending()
2912 pool = __pool_find(dm_table_get_md(ti->table), metadata_dev->bdev, in pool_ctr()3759 tc->thin_md = dm_table_get_md(ti->table); in thin_ctr()
464 struct mapped_device *dm_table_get_md(struct dm_table *t);