Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance
46 struct mapped_device { struct47 struct mutex suspend_lock;49 struct mutex table_devices_lock;50 struct list_head table_devices;57 void __rcu *map;59 unsigned long flags;62 struct mutex type_lock;63 enum dm_queue_mode type;65 int numa_node_id;66 struct request_queue *queue;[all …]
257 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()258 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
424 struct ssb_device *mapped_device; member