Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance
35 struct mapped_device { struct36 struct mutex suspend_lock;38 struct mutex table_devices_lock;39 struct list_head table_devices;46 void __rcu *map;48 unsigned long flags;51 struct mutex type_lock;52 enum dm_queue_mode type;54 int numa_node_id;55 struct request_queue *queue;[all …]
240 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()241 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
424 struct ssb_device *mapped_device; member