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

/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c144 numSrcExtentBlocks = CheckExtents( srcData.hfsPlusFile.resourceFork.extents, srcData.hfsPlusFile.resourceFork.totalBlocks, isHFSPlus );
155 numDestExtentBlocks = CheckExtents( destData.hfsPlusFile.resourceFork.extents, destData.hfsPlusFile.resourceFork.totalBlocks, isHFSPlus );
446 BlockMoveData( &src->hfsPlusFile.resourceFork, &dest->hfsPlusFile.resourceFork, sizeof(HFSPlusForkData) );
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c418 rsrcfp->cf_size = recp->hfsPlusFile.resourceFork.logicalSize;
420 rsrcfp->cf_blocks = recp->hfsPlusFile.resourceFork.totalBlocks;
424 recp->hfsPlusFile.resourceFork.clumpSize *
430 bcopy(&recp->hfsPlusFile.resourceFork.extents[0],
1024 forkp->cf_size = recp->hfsPlusFile.resourceFork.logicalSize;
1026 forkp->cf_blocks = recp->hfsPlusFile.resourceFork.totalBlocks;
1030 recp->hfsPlusFile.resourceFork.clumpSize *
1036 bcopy(&recp->hfsPlusFile.resourceFork.extents[0],
1095 attrp->ca_blocks = validblks + recp->hfsPlusFile.resourceFork.totalBlocks;
1992 file->resourceFork
[all...]
H A Dhfs_format.h448 HFSPlusForkData resourceFork; /* size and block data for resource fork */ member in struct:HFSPlusCatalogFile
H A Dhfs_resize.c3401 if (filerec->resourceFork.extents[j].blockCount == 0) {
3404 endblock = filerec->resourceFork.extents[j].startBlock +
3405 filerec->resourceFork.extents[j].blockCount;
H A Dhfs_endian.c664 hfs_swap_HFSPlusForkData (&srcRec->resourceFork);
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c241 rsrcExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.resourceFork.extents;

Completed in 100 milliseconds