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

/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;
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c167 if ( catalogRecord->hfsFile.dataPhysicalSize < catalogRecord->hfsFile.dataLogicalSize )
/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 69 milliseconds