Searched defs:dm_device (Results 1 – 2 of 2) sorted by relevance
37 struct dm_device { struct38 struct dm_ioctl dmi;39 struct dm_target_spec *table[DM_MAX_TARGETS];40 char *target_args_array[DM_MAX_TARGETS];41 struct list_head list;
573 static struct hv_dynmem_device dm_device; variable