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

/darwin-on-arm/xnu/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 );
138 FSBufferDescriptor btRecord; local
154 btRecord.bufferAddress = dataPtr;
155 btRecord.itemCount = 1;
156 btRecord.itemSize = sizeof(CatalogRecord);
160 result = BTSearchRecord(fcb, searchIterator, &btRecord,
[all...]
H A DFileIDsServices.c438 FSBufferDescriptor btRecord; local
464 btRecord.bufferAddress = &extentData;
465 btRecord.itemCount = 1;
479 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
489 btRecord.itemSize = sizeof(HFSExtentRecord);
514 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
532 btRecord.bufferAddress = &extentData;
533 btRecord.itemCount = 1;
539 err = BTIterateRecord(fcb, kBTreeNextRecord, btIterator, &btRecord, &btRecordSize);
582 btRecord
636 FSBufferDescriptor btRecord; local
[all...]
/darwin-on-arm/xnu/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.c229 FSBufferDescriptor btRecord; local
254 btRecord.bufferAddress = &extentData;
255 btRecord.itemSize = sizeof(HFSExtentRecord);
256 btRecord.itemCount = 1;
258 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
261 err = BTIterateRecord(fcb, kBTreePrevRecord, btIterator, &btRecord, &btRecordSize);
312 btRecord.bufferAddress = &extentData;
313 btRecord.itemSize = sizeof(HFSPlusExtentRecord);
314 btRecord.itemCount = 1;
316 err = BTSearchRecord(fcb, btIterator, &btRecord,
358 FSBufferDescriptor btRecord; local
1913 FSBufferDescriptor btRecord; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h301 FSBufferDescriptor *btRecord,
308 FSBufferDescriptor *btRecord,
322 FSBufferDescriptor *btRecord,

Completed in 23 milliseconds