Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-ima.c182 char *ima_buf = NULL, *device_data_buf = NULL; in dm_ima_measure_on_table_load() local
212 if (dm_ima_alloc_and_copy_device_data(table->md, &device_data_buf, num_targets, noio)) in dm_ima_measure_on_table_load()
232 device_data_buf_len = strlen(device_data_buf); in dm_ima_measure_on_table_load()
233 memcpy(ima_buf + l, device_data_buf, device_data_buf_len); in dm_ima_measure_on_table_load()
289 memcpy(ima_buf + l, device_data_buf, device_data_buf_len); in dm_ima_measure_on_table_load()
350 table->md->ima.inactive_table.device_metadata = device_data_buf; in dm_ima_measure_on_table_load()
356 kfree(device_data_buf); in dm_ima_measure_on_table_load()