Searched defs:forkType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/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_resize.c1142 u_int8_t forkType; member in struct:hfs_reclaim_extent_info
[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
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c451 static OSErr MoveExtents( ExtendedVCB *vcb, u_int32_t srcFileID, u_int32_t destFileID, int quitEarly, u_int8_t forkType, Boolean isHFSPlus ) argument
667 static OSErr DeleteExtents( ExtendedVCB *vcb, u_int32_t fileID, int quitEarly, u_int8_t forkType, Boolea argument
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c1644 RecordBadAllocation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt32 oldBlkCnt, UInt32 newBlkCnt) argument
1741 RecordTruncation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt64 oldSize, UInt64 newSize) argument
[all...]
H A DSExtents.c219 FindExtentRecord( const SVCB *vcb, UInt8 forkType, UInt32 fileID, UInt32 startBlock, Boolean allowPrevious, HFSPlusExtentKey *foundKey, HFSPlusExtentRecord foundData, UInt32 *foundHint) argument
362 DeleteExtentRecord( const SVCB *vcb, UInt8 forkType, UInt32 fileID, UInt32 startBlock) argument
574 TruncateExtents( SVCB *vcb, UInt8 forkType, UInt32 fileID, UInt32 startBlock, Boolean * recordDeleted) argument
615 DeallocateFork( SVCB *vcb, HFSCatalogNodeID fileID, UInt8 forkType, HFSPlusExtentRecord catalogExtents, Boolean * recordDeleted) argument
[all...]
H A DSVerify1.c3547 static int RecordBadExtent(SGlobPtr GPtr, UInt32 fileID, UInt8 forkType, argument
3625 CheckPhysicalMatch(SVCB *vcb, UInt32 startblk, UInt32 blkcount, UInt32 fileNumber, UInt8 forkType) argument
3765 CheckFileExtents( SGlobPtr GPtr, UInt32 fileNumber, UInt8 forkType, const unsigned char *attrname, const void *extents, UInt32 *blocksUsed) argument
3926 BuildExtentKey( Boolean isHFSPlus, UInt8 forkType, HFSCatalogNodeID fileNumber, UInt32 blockNumber, void * key ) argument
4076 DoesOverlap(SGlobPtr GPtr, UInt32 fileID, const char *attrname, UInt32 startBlock, UInt32 blockCount, UInt8 forkType) argument
4123 CheckHFSPlusExtentRecords(SGlobPtr GPtr, UInt32 fileID, const char *attrname, HFSPlusExtentRecord extent, UInt8 forkType) argument
4152 CheckHFSExtentRecords(SGlobPtr GPtr, UInt32 fileID, HFSExtentRecord extent, UInt8 forkType) argument
[all...]
H A DSRepair.c2872 UInt8 forkType; local
[all...]
H A DScavenger.h344 SInt16 forkType; /* which file fork */ member in struct:RepairOrder
400 UInt8 forkType; member in struct:ExtentInfo
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c221 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...]

Completed in 274 milliseconds