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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c44 FSBufferDescriptor btRecord;
54 btRecord.bufferAddress = data;
55 btRecord.itemCount = 1;
57 btRecord.itemSize = sizeof(HFSExtentRecord);
59 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
61 btRecord.itemSize = sizeof(CatalogRecord);
75 result = BTSearchRecord( fcb, &searchIterator, &btRecord, dataSize, &searchIterator );
99 FSBufferDescriptor btRecord; local
109 btRecord.bufferAddress = newData;
110 btRecord
[all...]
H A DFileExtentMapping.c228 FSBufferDescriptor btRecord; local
250 btRecord.bufferAddress = &extentData;
251 btRecord.itemSize = sizeof(HFSExtentRecord);
252 btRecord.itemCount = 1;
254 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
257 err = BTIterateRecord(fcb, kBTreePrevRecord, btIterator, &btRecord, &btRecordSize);
308 btRecord.bufferAddress = &extentData;
309 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
310 btRecord.itemCount = 1;
312 err = BTSearchRecord(fcb, btIterator, &btRecord,
353 FSBufferDescriptor btRecord; local
1838 FSBufferDescriptor btRecord; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c383 FSBufferDescriptor btRecord; local
394 btRecord.bufferAddress = &extentData;
395 btRecord.itemCount = 1;
409 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
419 btRecord.itemSize = sizeof(HFSExtentRecord);
444 err = BTSearchRecord(fcb, &btIterator, &btRecord, &btRecordSize, &btIterator);
460 btRecord.bufferAddress = &extentData;
461 btRecord.itemCount = 1;
467 err = BTIterateRecord(fcb, kBTreeNextRecord, &btIterator, &btRecord, &btRecordSize);
502 btRecord
548 FSBufferDescriptor btRecord; local
[all...]
H A DCatalogUtilities.c100 FSBufferDescriptor btRecord; local
108 btRecord.bufferAddress = dataPtr;
109 btRecord.itemCount = 1;
110 btRecord.itemSize = sizeof(CatalogRecord);
116 result = BTSearchRecord( fcb, &searchIterator, &btRecord, &tempSize, &searchIterator );
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h301 FSBufferDescriptor *btRecord,
308 FSBufferDescriptor *btRecord,
322 FSBufferDescriptor *btRecord,

Completed in 64 milliseconds