Searched defs:mapped_device (Results 1 – 2 of 2) 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 …]
242 void (*suspend_callback)(struct mapped_device *), in dm_stats_create()243 void (*resume_callback)(struct mapped_device *), in dm_stats_create()