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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c859 u_int32_t nextBlock; local
866 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
883 foundKey.startBlock = nextBlock;
938 u_int32_t nextBlock; local
1060 err = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
1074 peof = (int64_t)((int64_t)nextBlock * (int64_t)volumeBlockSize); // currently allocated PEOF
1075 bytesThisExtent = (int64_t)(nextBlock - fcb->ff_blocks) * (int64_t)volumeBlockSize;
1077 fcb->ff_blocks = nextBlock;
1176 foundKey.startBlock = nextBlock;
1214 nextBlock
1286 u_int32_t nextBlock; // next file allocation block to consider local
[all...]
H A DVolumeAllocation.c837 u_int32_t nextBlock; local
839 nextBlock = NextBitmapBlock(vcb, block);
840 if (nextBlock != block) {
1573 u_int32_t nextBlock; local
1575 nextBlock = NextBitmapBlock(vcb, currentBlock);
1576 if (nextBlock != currentBlock) {

Completed in 31 milliseconds