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

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c121 u_int8_t forkType,
131 u_int8_t forkType,
174 u_int8_t forkType,
180 u_int8_t forkType,
208 // forkType 0 = data fork, -1 = resource fork
223 u_int8_t forkType,
255 extentKeyPtr->forkType = forkType;
276 if (extentKeyPtr->fileID != fileID || extentKeyPtr->forkType != forkType)
221 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
433 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
646 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
700 DeallocateFork( ExtendedVCB *vcb, HFSCatalogNodeID fileID, u_int8_t forkType, HFSPlusExtentRecord catalogExtents, Boolean * recordDeleted) argument
1416 u_int8_t forkType; local
1596 u_int8_t forkType; local
[all...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_hotfiles.h77 u_int8_t forkType; /* 0 = data fork, FF = resource fork */ member in struct:HotFileKey
H A Dhfs_hotfiles.c668 key->forkType = 0;
681 key->forkType = 0;
1009 key->forkType = 0;
1032 key->forkType = 0;
1045 key->forkType = 0;
1202 key->forkType = 0;
1223 key->forkType = 0;
2001 if (searchKey->forkType == trialKey->forkType) {
2003 } else if (searchKey->forkType > trialKe
[all...]
H A Dhfs_format.h150 u_int8_t forkType; /* 0 = data fork, FF = resource fork */ member in struct:HFSExtentKey
159 u_int8_t forkType; /* 0 = data fork, FF = resource fork */ member in struct:HFSPlusExtentKey
H A Dhfs_resize.c1142 u_int8_t forkType; member in struct:hfs_reclaim_extent_info
1430 extents_key->forkType = extent_info->forkType;
1556 extents_key->forkType = extent_info->forkType;
1897 error = cat_update_dirlink(hfsmp, extent_info->forkType,
2044 extent_info->forkType = forktype;
2193 key->forkType = forktype;
2235 if ((key->fileID != fileID) || (key->forkType != forktype)) {
3423 extkeyptr->forkType
[all...]
/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c48 static OSErr DeleteExtents( ExtendedVCB *vcb, u_int32_t fileNumber, int quitEarly, u_int8_t forkType, Boolean isHFSPlus );
49 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
504 extentKeyPtr->hfsPlus.forkType = forkType;
515 extentKeyPtr->hfs.forkType = 0;
585 if (extentKeyPtr->hfsPlus.forkType != forkType) {
645 err = DeleteExtents( vcb, srcFileID, forkType, quitEarly, isHFSPlus ); // Now delete all the extent entries with the sourceID
667 static OSErr DeleteExtents( ExtendedVCB *vcb, u_int32_t fileID, int quitEarly, u_int8_t forkType, Boolea argument
[all...]

Completed in 87 milliseconds