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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c2 * object_id.c - Processing of object ids
54 #include "object_id.h"
115 } object_id; member in struct:__anon116
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 dat
141 set_object_id_index(ntfs_inode *ni, ntfs_index_context *xo, const OBJECT_ID_ATTR *object_id) argument
[all...]
H A Dlayout.h543 * sorts by object_id (16-byte), by splitting up the object_id in four
551 * Now, it is apparent why the 2nd object_id collates after the 1st: the
552 * first le32 value of the 1st object_id is less than the first le32 of
553 * the 2nd object_id. If the first le32 values of both object_ids were
1172 * birth_volume_id - object_id of FILE_Volume on which the file was first
1174 * birth_object_id - object_id of file when it was first created. Usually
1175 * equals the object_id. Optional (i.e. can be zero).
1179 leMFT_REF mft_reference; /* Mft record containing the object_id
1197 GUID object_id; /* Uniqu member in struct:__anon47
2358 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member in union:__anon91::__anon94
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h78 uint64 object_id; member in struct:btrfs_key
82 uint64 ObjectID() const { return B_LENDIAN_TO_HOST_INT64(object_id); }
85 void SetObjectID(uint64 id) { object_id = B_HOST_TO_LENDIAN_INT64(id); }
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1794 static int add_attr_object_id(MFT_RECORD *m, const GUID *object_id) argument
1800 .object_id = *object_id,
1804 0, (u8*)&oi, sizeof(oi.object_id));
3094 idx_entry_new->key.object_id = *guid;

Completed in 71 milliseconds