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

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c109 grub_uint64_t object_id; member in struct:grub_btrfs_key
276 if (grub_cpu_to_le64 (a->object_id) < grub_cpu_to_le64 (b->object_id))
278 if (grub_cpu_to_le64 (a->object_id) > grub_cpu_to_le64 (b->object_id))
397 key_in->object_id, key_in->type, key_in->offset);
427 node.key.object_id, node.key.type,
479 leaf.key.object_id, leaf.key.type, leaf.key.offset);
637 key_in.object_id = GRUB_BTRFS_OBJECT_ID_CHUNK;
878 key_in.object_id
[all...]
H A Dreiserfs.c167 grub_uint32_t object_id; member in struct:grub_reiserfs_key
215 grub_uint32_t object_id; member in struct:grub_reiserfs_directory_header
329 grub_le_to_cpu32 (key->object_id),
434 id1 = grub_le_to_cpu32 (key1->object_id);
435 id2 = grub_le_to_cpu32 (key2->object_id);
552 && (key->object_id == keys[i].object_id))
588 key->object_id == item_headers[i].key.object_id)
788 entry_key.object_id
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c55 int object_id; /* object id of disk for ses_ioctl(obj_id) */ member in struct:info_disk
234 get_disk[j].object_id = i;
330 target_disk->obj_id = get_disk[i].object_id;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h582 * sorts by object_id (16-byte), by splitting up the object_id in four
590 * Now, it is apparent why the 2nd object_id collates after the 1st: the
591 * first le32 value of the 1st object_id is less than the first le32 of
592 * the 2nd object_id. If the first le32 values of both object_ids were
1283 * birth_volume_id - object_id of FILE_Volume on which the file was first
1285 * birth_object_id - object_id of file when it was first created. Usually
1286 * equals the object_id. Optional (i.e. can be zero).
1293 leMFT_REF mft_reference;/* Mft record containing the object_id in
1317 GUID object_id; /* Uniqu member in struct:__anon2074
2655 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member in union:__anon2118::__anon2121
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1719 static int add_attr_object_id(MFT_RECORD *m, const GUID *object_id) argument
1725 .object_id = *object_id,
1728 0, 0, 0, 0, (u8*)&oi, sizeof(oi.object_id));
2986 idx_entry_new->key.object_id = *guid;
H A Dntfsinfo.c819 ntfs_guid_to_mbs(&obj_id_attr->object_id, printable_GUID);
1379 ntfs_guid_to_mbs(&entry->key.object_id, printable_GUID);

Completed in 67 milliseconds