Home
last modified time | relevance | path

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

/linux/drivers/md/
A 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()
290 memcpy(ima_buf + l, DM_IMA_VERSION_STR, table->md->ima.dm_version_str_len); in dm_ima_measure_on_table_load()
391 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_resume()
457 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_resume()
507 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_device_remove()
570 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_device_remove()
627 memcpy(device_table_data + l, DM_IMA_VERSION_STR, md->ima.dm_version_str_len); in dm_ima_measure_on_table_clear()
656 DM_IMA_VERSION_STR, dev_name, dev_uuid); in dm_ima_measure_on_table_clear()
736 "%s%snew_name=%s,new_uuid=%s;%s", DM_IMA_VERSION_STR, old_device_data, in dm_ima_measure_on_device_rename()
A Ddm-ima.h24 #define DM_IMA_VERSION_STR "dm_version=" \ macro

Completed in 5 milliseconds