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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSExtents.c122 HFSPlusExtentKey *foundKey,
134 HFSPlusExtentKey *key,
152 HFSPlusExtentKey *foundExtentKey,
225 HFSPlusExtentKey *foundKey,
289 HFSPlusExtentKey key;
290 HFSPlusExtentKey extentKey;
320 CopyMemory(&extentKey, foundKey, sizeof(HFSPlusExtentKey));
333 HFSPlusExtentKey *key,
383 HFSPlusExtentKey key;
431 HFSPlusExtentKey foundKe
[all...]
H A DSKeyCompare.c395 SInt32 CompareExtentKeysPlus( const HFSPlusExtentKey *searchKey, const HFSPlusExtentKey *trialKey )
H A DScavenger.h434 HFSPlusExtentKey hfsPlus;
1159 const HFSPlusExtentKey *extentFileKey,
1280 CompareExtentKeysPlus (const HFSPlusExtentKey * searchKey,
1281 const HFSPlusExtentKey * trialKey);
H A Dhfs_endian.c446 HFSPlusExtentKey *srcKey;
457 srcKey = (HFSPlusExtentKey *)((char *)src->buffer + srcOffs[i]);
472 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
H A DSVerify2.c384 HFSPlusExtentKey *key = (HFSPlusExtentKey*)&iterator.key;
H A DSVerify1.c3039 n = sizeof( HFSPlusExtentKey );
3773 HFSPlusExtentKey key;
3774 HFSPlusExtentKey extentKey;
3930 HFSPlusExtentKey *hfsPlusKey = (HFSPlusExtentKey*) key;
H A DSRepair.c107 static OSErr SearchExtentInExtentBT(SGlobPtr GPtr, ExtentInfo *extentInfo, HFSPlusExtentKey *extentKey, HFSPlusExtentRecord *extentRecord, UInt16 *recordSize, UInt32 *foundExtentIndex);
4270 HFSPlusExtentKey extentKey;
4963 static OSErr SearchExtentInExtentBT(SGlobPtr GPtr, ExtentInfo *extentInfo, HFSPlusExtentKey *extentKey, HFSPlusExtentRecord *extentRecord, UInt16 *recordSize, UInt32 *foundExtentIndex)
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c125 HFSPlusExtentKey *foundKey,
137 HFSPlusExtentKey *key,
150 HFSPlusExtentKey *foundExtentKey,
189 const HFSPlusExtentKey *extentFileKey,
227 HFSPlusExtentKey *foundKey,
250 HFSPlusExtentKey * extentKeyPtr;
253 extentKeyPtr = (HFSPlusExtentKey*) &btIterator->key;
284 BlockMoveData(extentKeyPtr, foundKey, sizeof(HFSPlusExtentKey));
360 HFSPlusExtentKey *key,
395 BlockMoveData(key, &btIterator->key, sizeof(HFSPlusExtentKey));
[all...]
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DScanExtents.c136 HFSPlusExtentKey *keyp;
156 keyp = (HFSPlusExtentKey*)recp;
157 datap = (HFSPlusExtentRecord*)(recp + sizeof(HFSPlusExtentKey));
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h127 HFSPlusExtentKey hfsPlus;
269 CompareExtentKeysPlus (const HFSPlusExtentKey *searchKey,
270 const HFSPlusExtentKey *trialKey);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h157 struct HFSPlusExtentKey { struct
164 typedef struct HFSPlusExtentKey HFSPlusExtentKey; typedef in typeref:struct:HFSPlusExtentKey
562 kHFSPlusExtentKeyMaximumLength = sizeof(HFSPlusExtentKey) - sizeof(u_int16_t),
H A Dhfs_resize.c1258 HFSPlusExtentKey *extents_key = NULL;
1428 extents_key = (HFSPlusExtentKey *) &(iterator.key);
2016 HFSPlusExtentKey *key;
2191 key = (HFSPlusExtentKey *) &(extent_info->iterator->key);
3378 HFSPlusExtentKey *extkeyptr;
3421 extkeyptr = (HFSPlusExtentKey *)&iterator->key;
H A Dhfs_endian.c419 HFSPlusExtentKey *srcKey;
430 srcKey = (HFSPlusExtentKey *)((char *)src->buffer + srcOffs[i]);
445 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c501 btKeySize = sizeof(HFSPlusExtentKey);
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_main.c2107 HFSPlusExtentKey * k;
2119 k = (HFSPlusExtentKey *)p;
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c104 HFSPlusExtentKey key;
277 tmp.key.keyLength = SWAP_BE16(sizeof(HFSPlusExtentKey) - sizeof(uint16_t));

Completed in 238 milliseconds