• Home
  • Raw
  • Download

Lines Matching refs:dev_name

67 static int dm_ima_alloc_and_copy_name_uuid(struct mapped_device *md, char **dev_name,  in dm_ima_alloc_and_copy_name_uuid()  argument
71 *dev_name = dm_ima_alloc(DM_NAME_LEN*2, GFP_KERNEL, noio); in dm_ima_alloc_and_copy_name_uuid()
72 if (!(*dev_name)) { in dm_ima_alloc_and_copy_name_uuid()
83 r = dm_copy_name_and_uuid(md, *dev_name, *dev_uuid); in dm_ima_alloc_and_copy_name_uuid()
87 fix_separator_chars(dev_name); in dm_ima_alloc_and_copy_name_uuid()
92 kfree(*dev_name); in dm_ima_alloc_and_copy_name_uuid()
94 *dev_name = NULL; in dm_ima_alloc_and_copy_name_uuid()
105 char *dev_name = NULL, *dev_uuid = NULL; in dm_ima_alloc_and_copy_device_data() local
108 r = dm_ima_alloc_and_copy_name_uuid(md, &dev_name, &dev_uuid, noio); in dm_ima_alloc_and_copy_device_data()
120 dev_name, dev_uuid, md->disk->major, md->disk->first_minor, in dm_ima_alloc_and_copy_device_data()
123 kfree(dev_name); in dm_ima_alloc_and_copy_device_data()
374 char *device_table_data, *dev_name = NULL, *dev_uuid = NULL, *capacity_str = NULL; in dm_ima_measure_on_device_resume() local
450 r = dm_ima_alloc_and_copy_name_uuid(md, &dev_name, &dev_uuid, noio); in dm_ima_measure_on_device_resume()
456 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_resume()
467 kfree(dev_name); in dm_ima_measure_on_device_resume()
479 char *device_table_data, *dev_name = NULL, *dev_uuid = NULL, *capacity_str = NULL; in dm_ima_measure_on_device_remove() local
564 if (dm_ima_alloc_and_copy_name_uuid(md, &dev_name, &dev_uuid, noio)) in dm_ima_measure_on_device_remove()
569 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_remove()
601 kfree(dev_name); in dm_ima_measure_on_device_remove()
611 char *device_table_data = NULL, *dev_name = NULL, *dev_uuid = NULL, *capacity_str = NULL; in dm_ima_measure_on_table_clear() local
650 if (dm_ima_alloc_and_copy_name_uuid(md, &dev_name, &dev_uuid, noio)) in dm_ima_measure_on_table_clear()
655 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_table_clear()
696 kfree(dev_name); in dm_ima_measure_on_table_clear()