Lines Matching refs:mapped_device

21 struct mapped_device;
445 int dm_create(int minor, struct mapped_device **md);
450 struct mapped_device *dm_get_md(dev_t dev);
451 void dm_get(struct mapped_device *md);
452 int dm_hold(struct mapped_device *md);
453 void dm_put(struct mapped_device *md);
458 void dm_set_mdptr(struct mapped_device *md, void *ptr);
459 void *dm_get_mdptr(struct mapped_device *md);
464 int dm_suspend(struct mapped_device *md, unsigned suspend_flags);
465 int dm_resume(struct mapped_device *md);
470 uint32_t dm_get_event_nr(struct mapped_device *md);
471 int dm_wait_event(struct mapped_device *md, int event_nr);
472 uint32_t dm_next_uevent_seq(struct mapped_device *md);
473 void dm_uevent_add(struct mapped_device *md, struct list_head *elist);
478 const char *dm_device_name(struct mapped_device *md);
479 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
480 struct gendisk *dm_disk(struct mapped_device *md);
512 struct queue_limits *dm_get_queue_limits(struct mapped_device *md);
517 int dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo);
518 int dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo);
528 unsigned num_targets, struct mapped_device *md);
562 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
563 void dm_put_live_table(struct mapped_device *md, int srcu_idx);
564 void dm_sync_table(struct mapped_device *md);
571 struct mapped_device *dm_table_get_md(struct dm_table *t);
588 struct dm_table *dm_swap_table(struct mapped_device *md,