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

/linux-master/drivers/md/
H A Ddm-ima.c180 size_t device_data_buf_len, target_metadata_buf_len, target_data_buf_len, l = 0; local
232 device_data_buf_len = strlen(device_data_buf);
233 memcpy(ima_buf + l, device_data_buf, device_data_buf_len);
234 l += device_data_buf_len;
289 memcpy(ima_buf + l, device_data_buf, device_data_buf_len);
290 l += device_data_buf_len;
351 table->md->ima.inactive_table.device_metadata_len = device_data_buf_len;

Completed in 93 milliseconds