Lines Matching defs:object_id
2 * object_id.c - Processing of object ids
54 #include "object_id.h"
115 } object_id;
142 const OBJECT_ID_ATTR *object_id)
165 memcpy(&indx.key.object_id,object_id,sizeof(GUID));
169 &object_id->birth_volume_id,sizeof(GUID));
171 &object_id->birth_object_id,sizeof(GUID));
173 &object_id->domain_id,sizeof(GUID));
215 * Merge object_id data stored in the index into
216 * a full object_id struct.
235 memcpy(&key.object_id,objectid_attr,sizeof(GUID));
284 memcpy(&key.object_id,
285 &old_attr->object_id,sizeof(GUID));
313 * The object_id attribute should have been created and the
344 /* write the object_id in attribute */
348 &value->object_id);
418 * Delete an object_id index entry
458 * If present, the object_id from the attribute and the GUIDs
479 memcpy(&full_objectid.object_id,
531 memcpy(&key.object_id, value, sizeof(GUID));