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

/macosx-10.10/xnu-2782.1.97/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
528 // records, but with destFileID as the file number in the key. Keep doing this sequence of
533 // set to destFileID.
611 extentsBuffer[j].extentKey.hfsPlus.fileID = destFileID; // change only the id in the key to dest ID
614 extentsBuffer[j].extentKey.hfs.fileID = destFileID; // change only the id in the key to dest ID

Completed in 206 milliseconds