Home
last modified time | relevance | path

Searched refs:DM_IMA_VERSION_STR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/md/
Ddm-ima.c173 md->ima.dm_version_str_len = strlen(DM_IMA_VERSION_STR); in dm_ima_reset_data()
230 memcpy(ima_buf + l, DM_IMA_VERSION_STR, table->md->ima.dm_version_str_len); in dm_ima_measure_on_table_load()
287 memcpy(ima_buf + l, DM_IMA_VERSION_STR, table->md->ima.dm_version_str_len); in dm_ima_measure_on_table_load()
388 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_resume()
454 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_resume()
504 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_remove()
567 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_remove()
624 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_table_clear()
653 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_table_clear()
733 "%s%snew_name=%s,new_uuid=%s;%s", DM_IMA_VERSION_STR, old_device_data, in dm_ima_measure_on_device_rename()
Ddm-ima.h24 #define DM_IMA_VERSION_STR "dm_version=" \ macro