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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h187 HFSCatalogNodeID srcID,
193 MoveData( ExtendedVCB *vcb, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, int rsrc);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c55 * This function moves the overflow extents associated with srcID into the file associated with dstID.
56 * We should have already verified that 'srcID' has overflow extents. So now we move all of the overflow
59 OSErr MoveData( ExtendedVCB *vcb, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, int rsrc) { argument
70 err = MoveExtents( vcb, srcID, destID, 1, (u_int8_t)0xff, 1);
87 err = MoveExtents( vcb, srcID, destID, 1, 0, 1);
107 OSErr ExchangeFileIDs( ExtendedVCB *vcb, ConstUTF8Param srcName, ConstUTF8Param destName, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, u_int32_t srcHint, u_int32_t destHint ) argument
119 err = BuildCatalogKeyUTF8(vcb, srcID, srcName, kUndefinedStrLen, &srcKey, NULL);

Completed in 20 milliseconds