Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm.c139 struct mapped_device { struct
140 struct srcu_struct io_barrier;
141 struct mutex suspend_lock;
142 atomic_t holders;
143 atomic_t open_count;
150 struct dm_table __rcu *map;
152 struct list_head table_devices;
153 struct mutex table_devices_lock;
155 unsigned long flags;
157 struct request_queue *queue;
[all …]
Ddm-stats.c231 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()
232 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
/linux-4.1.27/include/linux/ssb/
Dssb.h417 struct ssb_device *mapped_device; member