Searched refs:fcbExtents (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1487 err = DeallocateFork(vcb, fileid, forkType, fcb->fcbExtents, &recordDeleted);
1493 fcb->fcbExtents[i].startBlock = 0;
1494 fcb->fcbExtents[i].blockCount = 0;
1619 blkcnt = fcb->fcbExtents[i].blockCount;
1624 error = BlockDeallocate(vcb, fcb->fcbExtents[i].startBlock, blkcnt, 0);
1641 fcb->fcbExtents[i].startBlock = 0;
1642 fcb->fcbExtents[i].blockCount = 0;
1644 tailExtents[j].startBlock = fcb->fcbExtents[i].startBlock;
1713 bcopy(tailExtents, fcb->fcbExtents, sizeof(tailExtents));
1873 bcopy ( fcb->fcbExtents, foundExtentDat
[all...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h108 #define fcbExtents ff_extents macro

Completed in 26 milliseconds