Lines Matching refs:data
348 * completely and we will end up with zero-filled data
350 * then try to decode this zero-filled data as valid notes
352 * the other elf notes ensure that zero-filled data can be
416 * The vmcore fault handler uses the page cache and fills data using the
611 * completely and we will end up with zero-filled data
613 * then try to decode this zero-filled data as valid notes
615 * the other elf notes ensure that zero-filled data can be
771 * data.
814 * real ELF note segment headers and data.
962 * data.
1005 * real ELF note segment headers and data.
1359 * @data: Dump info
1364 static void vmcoredd_write_header(void *buf, struct vmcoredd_data *data,
1375 memcpy(vdd_hdr->dump_name, data->dump_name, sizeof(vdd_hdr->dump_name));
1466 * @data: dump info.
1472 int vmcore_add_device_dump(struct vmcoredd_data *data)
1484 if (!data || !strlen(data->dump_name) ||
1485 !data->vmcoredd_callback || !data->size)
1495 data_size = roundup(sizeof(struct vmcoredd_header) + data->size,
1505 vmcoredd_write_header(buf, data, data_size -
1509 ret = data->vmcoredd_callback(data, buf +