Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-ima.c181 size_t device_data_buf_len, target_metadata_buf_len, target_data_buf_len, l = 0; in dm_ima_measure_on_table_load() local
233 device_data_buf_len = strlen(device_data_buf); in dm_ima_measure_on_table_load()
234 memcpy(ima_buf + l, device_data_buf, device_data_buf_len); in dm_ima_measure_on_table_load()
235 l += device_data_buf_len; in dm_ima_measure_on_table_load()
290 memcpy(ima_buf + l, device_data_buf, device_data_buf_len); in dm_ima_measure_on_table_load()
291 l += device_data_buf_len; in dm_ima_measure_on_table_load()
352 table->md->ima.inactive_table.device_metadata_len = device_data_buf_len; in dm_ima_measure_on_table_load()