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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c121 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)
217 FindExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean allowPrevious, HFSPlusExtentKey *foundKey, HFSPlusExtentRecord foundData, u_int32_t *foundHint) argument
488 HFSPlusExtentKey foundKey; local
873 HFSPlusExtentKey foundKey; local
951 HFSPlusExtentKey foundKey; local
[all...]

Completed in 21 milliseconds