Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-audit.c40 struct mapped_device *md = dm_table_get_md(ti->table); in dm_audit_log_ti()
H A Ddm-uevent.c173 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent()
H A 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()
H A Ddm-verity-target.c181 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err()
1763 bdev = dm_disk(dm_table_get_md(ti->table))->part0; in verity_preresume()
H A Ddm-table.c2232 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md() function
2236 EXPORT_SYMBOL(dm_table_get_md);
H A Ddm-raid.c703 struct gendisk *gendisk = dm_disk(dm_table_get_md(rs->ti->table)); in rs_set_capacity()
3313 rs->md.dm_gendisk = dm_disk(dm_table_get_md(ti->table)); in raid_ctr()
H A Ddm-thin.c3363 pool = __pool_find(dm_table_get_md(ti->table), metadata_dev->bdev, data_dev->bdev, in pool_ctr()
4202 tc->thin_md = dm_table_get_md(ti->table); in thin_ctr()
H A Ddm-mpath.c681 dm_mq_kick_requeue_list(dm_table_get_md(m->ti->table)); in process_queued_io_list()
H A Ddm-crypt.c1164 struct mapped_device *md = dm_table_get_md(ti->table); in crypt_integrity_ctr()
/linux/drivers/md/dm-vdo/
H A Dvdo.c816 return dm_device_name(dm_table_get_md(target->table)); in vdo_get_device_name()