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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c223 const OBJECT_ID_ATTR *objectid_attr,
235 memcpy(&key.object_id,objectid_attr,sizeof(GUID));
468 OBJECT_ID_ATTR *objectid_attr; local
474 objectid_attr = (OBJECT_ID_ATTR*)ntfs_attr_readall(ni,
476 if (objectid_attr) {
480 objectid_attr,sizeof(GUID));
483 if (!merge_index_data(ni, objectid_attr,
499 free(objectid_attr);
222 merge_index_data(ntfs_inode *ni, const OBJECT_ID_ATTR *objectid_attr, OBJECT_ID_ATTR *full_objectid) argument

Completed in 104 milliseconds