Lines Matching refs:dm_device
78 struct dm_device { struct
86 struct dm_device *next; argument
130 static int __init dm_setup_cleanup(struct dm_device *devices) in dm_setup_cleanup()
132 struct dm_device *dev = devices; in dm_setup_cleanup()
135 struct dm_device *old_dev = dev; in dm_setup_cleanup()
152 static char * __init dm_parse_device(struct dm_device *dev, char *str) in dm_parse_device()
204 static char * __init dm_parse_targets(struct dm_device *dev, char *str) in dm_parse_targets()
263 static struct dm_device * __init dm_parse_args(void) in dm_parse_args()
265 struct dm_device *devices = NULL; in dm_parse_args()
266 struct dm_device **tail = &devices; in dm_parse_args()
267 struct dm_device *dev; in dm_parse_args()
351 struct dm_device *dev; in dm_setup_drives()
354 struct dm_device *devices; in dm_setup_drives()