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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c285 numSrcExtentBlocks = CheckExtents( srcData.hfsFile.dataExtents, srcData.hfsFile.dataPhysicalSize / vcb->blockSize, isHFSPlus );
300 numDestExtentBlocks = CheckExtents( destData.hfsFile.dataExtents, destData.hfsFile.dataPhysicalSize / vcb->blockSize, isHFSPlus );
434 dest->hfsFile.dataPhysicalSize = src->hfsFile.dataPhysicalSize;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c167 if ( catalogRecord->hfsFile.dataPhysicalSize < catalogRecord->hfsFile.dataLogicalSize )
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSBTree.c533 if ( catalogRecord->hfsFile.dataPhysicalSize < catalogRecord->hfsFile.dataLogicalSize )
H A Dhfs_endian.c1059 srcRec->dataPhysicalSize = SWAP_BE32 (srcRec->dataPhysicalSize);
H A DCatalogCheck.c1195 if (file->dataPhysicalSize > ((UInt64)blocks * (UInt64)gScavGlobals->calculatedVCB->vcbBlockSize)) {
1200 if (file->dataLogicalSize > file->dataPhysicalSize) {
H A DSRepair.c5837 catRecord.hfsFile.dataPhysicalSize = blockCount * GPtr->calculatedVCB->vcbBlockSize;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h414 int32_t dataPhysicalSize; /* physical EOF of data fork */ member in struct:HFSCatalogFile
H A Dhfs_endian.c1155 srcRec->dataPhysicalSize = SWAP_BE32 (srcRec->dataPhysicalSize);
H A Dhfs_catalog.c1837 file->dataPhysicalSize = forkp->cf_blocks * blksize;
2885 cep->ce_datablks = rec->hfsFile.dataPhysicalSize / blksize;
4492 forkp->cf_blocks = filep->dataPhysicalSize / blocksize;
4540 crp->dataFork.totalBlocks = file->dataPhysicalSize / blocksize;

Completed in 218 milliseconds