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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c49 static OSErr MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus );
430 static OSErr MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus ) argument
471 // before the first extent record for file #srcFileID, but not actually positioned
485 extentKeyPtr->hfsPlus.fileID = srcFileID;
494 extentKeyPtr->hfs.fileID = srcFileID;
500 // records for srcFileID. We then do a few BTIterateRecord and BTInsertRecord of those found
548 if ( foundFileID == srcFileID ) {
607 err = DeleteExtents( vcb, srcFileID, forkType, quitEarly, isHFSPlus ); // Now delete all the extent entries with the sourceID

Completed in 22 milliseconds