Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance
139 struct mapped_device { struct140 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 …]
231 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()232 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
417 struct ssb_device *mapped_device; member