Searched refs:dm_device (Results 1 – 1 of 1) sorted by relevance
78 struct dm_device { struct86 struct dm_device *next; argument130 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()[all …]