Lines Matching defs:data
35 * Fixed format data defining GSS header and fixed string
37 * So sec blob data in neg phase could be generated statically.
1069 void *data = iov[i + 1].iov_base;
1072 if (is_vmalloc_addr(data)) {
1073 int j, offset = offset_in_page(data);
1085 vmalloc_to_page(data), bytes,
1086 offset_in_page(data));
1088 data += bytes;
1093 sg_set_page(&sg[sg_idx++], virt_to_page(data), len,
1094 offset_in_page(data));