Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm.c128 struct mapped_device { struct
129 struct rw_semaphore io_lock;
130 struct mutex suspend_lock;
131 rwlock_t map_lock;
132 atomic_t holders;
133 atomic_t open_count;
135 unsigned long flags;
137 struct request_queue *queue;
138 unsigned type;
140 struct mutex type_lock;
[all …]
/linux-3.3/include/linux/ssb/
Dssb.h288 struct ssb_device *mapped_device; member