Lines Matching defs:data
78 * UUID in order of significance and according to their data type.
128 OBJECT_ID_INDEX_DATA data;
167 indx.data.file_id = file_id;
168 memcpy(&indx.data.birth_volume_id,
170 memcpy(&indx.data.birth_object_id,
172 memcpy(&indx.data.domain_id,
215 * Merge object_id data stored in the index into
219 * -1 if no data could be merged. This is generally not an error
241 && (MREF(le64_to_cpu(entry->data.file_id))
244 &entry->data.birth_volume_id,
247 &entry->data.birth_object_id,
250 &entry->data.domain_id,
290 &entry->data.birth_volume_id,
293 &entry->data.birth_object_id,
296 &entry->data.domain_id,
319 * If could not write the new data, no index entry is inserted
320 * If failed to insert the index, data is removed
356 /* overwrite index data with new value */
472 full_size = 0; /* default to no data and some error to be defined */
482 /* get data from index, if any */
535 ->data.file_id) == ni->mft_no)) {