Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance
31 struct mapped_device { struct32 struct mutex suspend_lock;34 struct mutex table_devices_lock;35 struct list_head table_devices;42 void __rcu *map;44 unsigned long flags;47 struct mutex type_lock;48 enum dm_queue_mode type;50 int numa_node_id;51 struct request_queue *queue;[all …]
239 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()240 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
424 struct ssb_device *mapped_device; member