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

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSCatalog.c44 OSErr LocateCatalogNode(SFCB *fcb, BTreeIterator *iterator, FSBufferDescriptor *btRecord, UInt16 *reclen) argument
53 result = BTSearchRecord(fcb, iterator, kInvalidMRUCacheKey, btRecord, reclen, iterator);
58 recp = (CatalogRecord *)btRecord->bufferAddress;
85 result = BTSearchRecord(fcb, iterator, kInvalidMRUCacheKey, btRecord, reclen, iterator);
101 FSBufferDescriptor btRecord; local
103 btRecord.bufferAddress = &tempData;
104 btRecord.itemCount = 1;
105 btRecord.itemSize = sizeof(tempData);
110 result = LocateCatalogNode(vcb->vcbCatalogFile, &btIterator, &btRecord, &reclen);
126 result = BTReplaceRecord(vcb->vcbCatalogFile, &btIterator, &btRecord, recle
161 FSBufferDescriptor btRecord; local
249 FSBufferDescriptor btRecord; local
[all...]
H A DSBTree.c58 FSBufferDescriptor btRecord; local
67 btRecord.bufferAddress = data;
68 btRecord.itemCount = 1;
70 btRecord.itemSize = sizeof(HFSExtentRecord);
72 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
74 btRecord.itemSize = sizeof(HFSPlusAttrRecord);
76 btRecord.itemSize = sizeof(CatalogRecord);
92 result = BTSearchRecord( fcb, &searchIterator, kInvalidMRUCacheKey, &btRecord, dataSize, resultIterator );
133 FSBufferDescriptor btRecord; local
145 btRecord
225 FSBufferDescriptor btRecord; local
287 FSBufferDescriptor btRecord; local
[all...]
H A DBTree.h376 FSBufferDescriptor *btRecord,
383 FSBufferDescriptor *btRecord,
393 FSBufferDescriptor *btRecord,
398 FSBufferDescriptor *btRecord,
H A DCatalogCheck.c127 FSBufferDescriptor btRecord; local
140 btRecord.bufferAddress = &catRecord;
141 btRecord.itemCount = 1;
142 btRecord.itemSize = sizeof(catRecord);
144 for (err = BTSearchRecord(fcb, &iterator, kNoHint, &btRecord, &recordSize, &iterator);
146 err = BTIterateRecord(fcb, kBTreeNextRecord, &iterator, &btRecord, &recordSize)) {
329 FSBufferDescriptor btRecord; local
384 btRecord.bufferAddress = &catRecord;
385 btRecord.itemCount = 1;
386 btRecord
[all...]
H A DSRepair.c2281 FSBufferDescriptor btRecord; local
2298 btRecord.bufferAddress = &rec;
2299 btRecord.itemCount = 1;
2300 btRecord.itemSize = sizeof(rec);
2303 &btRecord, &recSize, &btIterator);
2322 result = BTReplaceRecord(fcb, &btIterator, &btRecord, recSize);
2407 FSBufferDescriptor btRecord; local
2432 btRecord.bufferAddress = &rec;
2433 btRecord.itemCount = 1;
2434 btRecord
2768 FSBufferDescriptor btRecord; local
4559 FSBufferDescriptor btRecord; local
5504 FSBufferDescriptor btRecord; local
6014 FSBufferDescriptor btRecord; local
[all...]
H A DSVerify2.c383 FSBufferDescriptor btRecord = { 0 }; local
391 btRecord.bufferAddress = &extRecord;
392 btRecord.itemCount = 1;
393 btRecord.itemSize = sizeof(extRecord);
395 while (noErr == (err = BTIterateRecord(GPtr->calculatedExtentsFCB, kBTreeNextRecord, &iterator, &btRecord, &recordSize))) {
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c57 FSBufferDescriptor btRecord; local
70 btRecord.bufferAddress = dataPtr;
71 btRecord.itemCount = 1;
72 btRecord.itemSize = sizeof(CatalogRecord);
78 result = BTSearchRecord( fcb, searchIterator, &btRecord, &tempSize, searchIterator );
141 FSBufferDescriptor btRecord; local
157 btRecord.bufferAddress = dataPtr;
158 btRecord.itemCount = 1;
159 btRecord.itemSize = sizeof(CatalogRecord);
163 result = BTSearchRecord(fcb, searchIterator, &btRecord,
[all...]
H A DFileIDsServices.c459 FSBufferDescriptor btRecord; local
485 btRecord.bufferAddress = &extentData;
486 btRecord.itemCount = 1;
500 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
511 btRecord.itemSize = sizeof(HFSExtentRecord);
541 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
559 btRecord.bufferAddress = &extentData;
560 btRecord.itemCount = 1;
566 err = BTIterateRecord(fcb, kBTreeNextRecord, btIterator, &btRecord, &btRecordSize);
620 btRecord
674 FSBufferDescriptor btRecord; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c42 FSBufferDescriptor btRecord; local
57 btRecord.bufferAddress = newData;
58 btRecord.itemSize = dataSize;
59 btRecord.itemCount = 1;
73 result = BTReplaceRecord( fcb, iterator, &btRecord, dataSize );
H A DFileExtentMapping.c233 FSBufferDescriptor btRecord; local
260 btRecord.bufferAddress = &extentData;
261 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
262 btRecord.itemCount = 1;
264 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
267 err = BTIterateRecord(fcb, kBTreePrevRecord, btIterator, &btRecord, &btRecordSize);
300 btRecord.bufferAddress = &extentData;
301 btRecord.itemSize = sizeof(HFSExtentRecord);
302 btRecord.itemCount = 1;
304 err = BTSearchRecord(fcb, btIterator, &btRecord,
365 FSBufferDescriptor btRecord; local
1973 FSBufferDescriptor btRecord; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h301 FSBufferDescriptor *btRecord,
308 FSBufferDescriptor *btRecord,
322 FSBufferDescriptor *btRecord,

Completed in 154 milliseconds