Searched refs:new_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
711 if (dm_ima_alloc_and_copy_device_data(md, &new_device_data,
728 md->ima.active_table.device_metadata = new_device_data;
729 md->ima.active_table.device_metadata_len = strlen(new_device_data);
741 kfree(new_device_data);

Completed in 256 milliseconds