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

/macosx-10.9.5/xnu-2422.115.4/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 );
451 static OSErr MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus ) argument
492 // before the first extent record for file #srcFileID, but not actually positioned
506 extentKeyPtr->hfsPlus.fileID = srcFileID;
516 extentKeyPtr->hfs.fileID = srcFileID;
527 // records for srcFileID. We then do a few BTIterateRecord and BTInsertRecord of those found
582 if ( foundFileID == srcFileID ) {
645 err = DeleteExtents( vcb, srcFileID, forkType, quitEarly, isHFSPlus ); // Now delete all the extent entries with the sourceID

Completed in 172 milliseconds