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

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

Completed in 108 milliseconds