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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c117 u_int8_t forkType,
127 u_int8_t forkType,
170 u_int8_t forkType,
176 u_int8_t forkType,
203 // forkType 0 = data fork, -1 = resource fork
218 u_int8_t forkType,
246 extentKeyPtr->forkType = forkType;
266 if (extentKeyPtr->fileID != fileID || extentKeyPtr->forkType != forkType)
216 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
414 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
611 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
665 DeallocateFork( ExtendedVCB *vcb, HFSCatalogNodeID fileID, u_int8_t forkType, HFSPlusExtentRecord catalogExtents, Boolean * recordDeleted) argument
1297 u_int8_t forkType; local
1463 u_int8_t forkType; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/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.c652 key->forkType = 0;
665 key->forkType = 0;
982 key->forkType = 0;
1005 key->forkType = 0;
1018 key->forkType = 0;
1168 key->forkType = 0;
1189 key->forkType = 0;
1943 if (searchKey->forkType == trialKey->forkType) {
1945 } else if (searchKey->forkType > trialKe
[all...]
H A Dhfs_format.h151 u_int8_t forkType; /* 0 = data fork, FF = resource fork */ member in struct:HFSExtentKey
160 u_int8_t forkType; /* 0 = data fork, FF = resource fork */ member in struct:HFSPlusExtentKey
H A Dhfs_vfsops.c4110 key->forkType = forktype;
4124 (key->forkType != forktype)) {
4780 extkeyptr->forkType = forktype;
4794 (extkeyptr->forkType != forktype)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c413 extentKeyPtr->hfsPlus.forkType = 0;
423 extentKeyPtr->hfs.forkType = 0;
567 extentKeyPtr->hfsPlus.forkType = 0;
576 extentKeyPtr->hfs.forkType = 0;

Completed in 50 milliseconds