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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c891 u_int32_t nextBlock; local
898 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
915 foundKey.startBlock = nextBlock;
969 u_int32_t nextBlock; local
1096 err = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
1110 peof = (int64_t)((int64_t)nextBlock * (int64_t)volumeBlockSize); // currently allocated PEOF
1111 bytesThisExtent = (int64_t)(nextBlock - fcb->ff_blocks) * (int64_t)volumeBlockSize;
1113 fcb->ff_blocks = nextBlock;
1284 foundKey.startBlock = nextBlock;
1322 nextBlock
1399 u_int32_t nextBlock; // next file allocation block to consider local
[all...]
H A DVolumeAllocation.c2077 u_int32_t nextBlock; local
2078 nextBlock = NextBitmapBlock(vcb, block);
2079 if (nextBlock != block) {
3096 u_int32_t nextBlock; local
3098 nextBlock = NextBitmapBlock(vcb, currentBlock);
3099 if (nextBlock != currentBlock) {

Completed in 27 milliseconds