Lines Matching refs:foundKey

121 	HFSPlusExtentKey		*foundKey,
212 // foundKey The key data for the record actually found
223 HFSPlusExtentKey *foundKey,
279 if (foundKey) {
280 foundKey->keyLength = kHFSPlusExtentKeyMaximumLength;
281 foundKey->forkType = extentKeyPtr->forkType;
282 foundKey->pad = 0;
283 foundKey->fileID = extentKeyPtr->fileID;
284 foundKey->startBlock = extentKeyPtr->startBlock;
335 if (foundKey)
336 BlockMoveData(extentKeyPtr, foundKey, sizeof(HFSPlusExtentKey));
488 HFSPlusExtentKey foundKey;
503 err = SearchExtentFile(vcb, fcb, offset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
873 HFSPlusExtentKey foundKey;
884 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
897 foundKey.keyLength = kHFSPlusExtentKeyMaximumLength;
898 foundKey.forkType = kDataForkType;
899 foundKey.pad = 0;
900 foundKey.fileID = FTOC(fcb)->c_fileid;
901 foundKey.startBlock = nextBlock;
914 error = CreateExtentRecord(vcb, &foundKey, foundData, &hint);
923 error = UpdateExtentRecord(vcb, fcb, 0, &foundKey, foundData, hint);
951 HFSPlusExtentKey foundKey;
1077 err = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
1212 err = UpdateExtentRecord(vcb, fcb, 0, &foundKey, foundData, hint);
1229 foundKey.keyLength = kHFSPlusExtentKeyMaximumLength;
1231 foundKey.forkType = kResourceForkType;
1233 foundKey.forkType = kDataForkType;
1234 foundKey.pad = 0;
1235 foundKey.fileID = FTOC(fcb)->c_fileid;
1236 foundKey.startBlock = nextBlock;
1250 err = CreateExtentRecord(vcb, &foundKey, foundData, &hint);
1266 err = UpdateExtentRecord(vcb, fcb, 0, &foundKey, foundData, hint);