Searched refs:combined_device_data (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ima.c706 char *old_device_data = NULL, *new_device_data = NULL, *combined_device_data = NULL; local
718 combined_device_data = dm_ima_alloc(DM_IMA_DEVICE_BUF_LEN * 2, GFP_KERNEL, noio);
719 if (!combined_device_data)
731 scnprintf(combined_device_data, DM_IMA_DEVICE_BUF_LEN * 2,
735 dm_ima_measure_data("dm_device_rename", combined_device_data, strlen(combined_device_data),
744 kfree(combined_device_data);

Completed in 85 milliseconds