Searched refs:device_table_data (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/md/ |
| D | dm-ima.c | 374 char *device_table_data, *dev_name = NULL, *dev_uuid = NULL, *capacity_str = NULL; in dm_ima_measure_on_device_resume() local 382 device_table_data = dm_ima_alloc(DM_IMA_DEVICE_BUF_LEN, GFP_KERNEL, noio); in dm_ima_measure_on_device_resume() 383 if (!device_table_data) in dm_ima_measure_on_device_resume() 390 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_resume() 428 memcpy(device_table_data + l, md->ima.active_table.device_metadata, in dm_ima_measure_on_device_resume() 436 memcpy(device_table_data + l, active, active_len); in dm_ima_measure_on_device_resume() 439 memcpy(device_table_data + l, md->ima.active_table.hash, in dm_ima_measure_on_device_resume() 443 memcpy(device_table_data + l, ";", 1); in dm_ima_measure_on_device_resume() 454 scnprintf(device_table_data, DM_IMA_DEVICE_BUF_LEN, in dm_ima_measure_on_device_resume() 457 l += strlen(device_table_data); in dm_ima_measure_on_device_resume() [all …]
|