Lines Matching full:md

74 void dm_lock_md_type(struct mapped_device *md);
75 void dm_unlock_md_type(struct mapped_device *md);
76 void dm_set_md_type(struct mapped_device *md, enum dm_queue_mode type);
77 enum dm_queue_mode dm_get_md_type(struct mapped_device *md);
78 struct target_type *dm_get_immutable_target_type(struct mapped_device *md);
80 int dm_setup_md_queue(struct mapped_device *md, struct dm_table *t);
104 void dm_cleanup_zoned_dev(struct mapped_device *md);
107 bool dm_is_zone_write(struct mapped_device *md, struct bio *bio);
110 static inline void dm_cleanup_zoned_dev(struct mapped_device *md) {} in dm_cleanup_zoned_dev() argument
112 static inline bool dm_is_zone_write(struct mapped_device *md, struct bio *bio) in dm_is_zone_write() argument
137 int dm_deleting_md(struct mapped_device *md);
142 int dm_suspended_md(struct mapped_device *md);
147 int dm_suspended_internally_md(struct mapped_device *md);
148 void dm_internal_suspend_fast(struct mapped_device *md);
149 void dm_internal_resume_fast(struct mapped_device *md);
150 void dm_internal_suspend_noflush(struct mapped_device *md);
151 void dm_internal_resume(struct mapped_device *md);
156 int dm_test_deferred_remove_flag(struct mapped_device *md);
173 int dm_sysfs_init(struct mapped_device *md);
174 void dm_sysfs_exit(struct mapped_device *md);
175 struct kobject *dm_kobject(struct mapped_device *md);
195 void dm_destroy(struct mapped_device *md);
196 void dm_destroy_immediate(struct mapped_device *md);
197 int dm_open_count(struct mapped_device *md);
198 int dm_lock_for_deletion(struct mapped_device *md, bool mark_deferred, bool only_deferred);
199 int dm_cancel_deferred_remove(struct mapped_device *md);
200 int dm_request_based(struct mapped_device *md);
201 int dm_get_table_device(struct mapped_device *md, dev_t dev, fmode_t mode,
203 void dm_put_table_device(struct mapped_device *md, struct dm_dev *d);
205 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
208 void dm_internal_suspend(struct mapped_device *md);
209 void dm_internal_resume(struct mapped_device *md);