Home
last modified time | relevance | path

Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-core.h49 struct mapped_device { struct
50 struct mutex suspend_lock;
52 struct mutex table_devices_lock;
53 struct list_head table_devices;
60 void __rcu *map;
62 unsigned long flags;
65 struct mutex type_lock;
66 enum dm_queue_mode type;
68 int numa_node_id;
69 struct request_queue *queue;
[all …]
H A Ddm-stats.c262 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()
263 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
/openbmc/linux/include/linux/ssb/
H A Dssb.h424 struct ssb_device *mapped_device; member