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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1481 err = DeallocateFork(vcb, fileid, forkType, fcb->fcbExtents, &recordDeleted);
1487 fcb->fcbExtents[i].startBlock = 0;
1488 fcb->fcbExtents[i].blockCount = 0;
1613 blkcnt = fcb->fcbExtents[i].blockCount;
1618 error = BlockDeallocate(vcb, fcb->fcbExtents[i].startBlock, blkcnt, 0);
1635 fcb->fcbExtents[i].startBlock = 0;
1636 fcb->fcbExtents[i].blockCount = 0;
1638 tailExtents[j].startBlock = fcb->fcbExtents[i].startBlock;
1707 bcopy(tailExtents, fcb->fcbExtents, sizeof(tailExtents));
1867 bcopy ( fcb->fcbExtents, foundExtentDat
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h107 #define fcbExtents ff_extents macro

Completed in 78 milliseconds