Searched refs:btIterator (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c228 struct BTreeIterator *btIterator = NULL; local
238 MALLOC (btIterator, struct BTreeIterator*, sizeof(struct BTreeIterator), M_TEMP, M_WAITOK);
239 if (btIterator == NULL) {
242 bzero(btIterator, sizeof(*btIterator));
248 extentKeyPtr = (HFSExtentKey*) &btIterator->key;
258 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
261 err = BTIterateRecord(fcb, kBTreePrevRecord, btIterator, &btRecord, &btRecordSize);
305 extentKeyPtr = (HFSPlusExtentKey*) &btIterator
357 struct BTreeIterator *btIterator = NULL; local
428 struct BTreeIterator *btIterator = NULL; local
1912 struct BTreeIterator *btIterator = NULL; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c436 struct BTreeIterator *btIterator = NULL; local
444 MALLOC (btIterator, struct BTreeIterator*, sizeof(struct BTreeIterator), M_TEMP, M_WAITOK);
445 if (btIterator == NULL) {
452 FREE (btIterator, M_TEMP);
456 bzero(btIterator, sizeof(*btIterator));
462 (void) BTInvalidateHint(btIterator);
463 extentKeyPtr = (ExtentKey*) &btIterator->key;
514 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
634 struct BTreeIterator *btIterator = NULL; local
[all...]

Completed in 74 milliseconds