Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-core.h35 struct mapped_device { struct
36 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 …]
H A Ddm-stats.c240 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()
241 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
/OK3568_Linux_fs/kernel/include/linux/ssb/
H A Dssb.h424 struct ssb_device *mapped_device; member