Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance
142 struct mapped_device { struct143 struct srcu_struct io_barrier;144 struct mutex suspend_lock;145 atomic_t holders;146 atomic_t open_count;153 struct dm_table __rcu *map;155 struct list_head table_devices;156 struct mutex table_devices_lock;158 unsigned long flags;160 struct request_queue *queue;[all …]
241 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()242 void (*resume_callback)(struct mapped_device *), in dm_stats_create()
423 struct ssb_device *mapped_device; member