Home
last modified time | relevance | path

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

/linux/drivers/md/
A Ddm-ima.c183 char *ima_buf = NULL, *device_data_buf = NULL; in dm_ima_measure_on_table_load() local
213 if (dm_ima_alloc_and_copy_device_data(table->md, &device_data_buf, num_targets, noio)) in dm_ima_measure_on_table_load()
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()
293 memcpy(ima_buf + l, device_data_buf, device_data_buf_len); in dm_ima_measure_on_table_load()
354 table->md->ima.inactive_table.device_metadata = device_data_buf; in dm_ima_measure_on_table_load()
360 kfree(device_data_buf); in dm_ima_measure_on_table_load()

Completed in 7 milliseconds