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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c458 struct BTreeIterator *tmpIterator = NULL; local
471 MALLOC (tmpIterator, struct BTreeIterator*, sizeof(struct BTreeIterator), M_TEMP, M_WAITOK);
472 if (tmpIterator == NULL) {
478 bzero (tmpIterator, sizeof(*tmpIterator));
552 FREE (tmpIterator, M_TEMP);
571 FREE (tmpIterator, M_TEMP);
618 (void) BTInvalidateHint(tmpIterator);
619 BlockMoveData(&(extentsBuffer[j].extentKey), &tmpIterator->key, btKeySize);
622 err = BTInsertRecord(fcb, tmpIterator,
673 struct BTreeIterator *tmpIterator = NULL; local
[all...]

Completed in 203 milliseconds