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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c877 u_int32_t nextBlock; local
884 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
901 foundKey.startBlock = nextBlock;
955 u_int32_t nextBlock; local
1077 err = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
1091 peof = (int64_t)((int64_t)nextBlock * (int64_t)volumeBlockSize); // currently allocated PEOF
1092 bytesThisExtent = (int64_t)(nextBlock - fcb->ff_blocks) * (int64_t)volumeBlockSize;
1094 fcb->ff_blocks = nextBlock;
1236 foundKey.startBlock = nextBlock;
1274 nextBlock
1349 u_int32_t nextBlock; // next file allocation block to consider local
[all...]
H A DVolumeAllocation.c2034 u_int32_t nextBlock; local
2036 nextBlock = NextBitmapBlock(vcb, block);
2037 if (nextBlock != block) {
3241 u_int32_t nextBlock; local
3243 nextBlock = NextBitmapBlock(vcb, currentBlock);
3244 if (nextBlock != currentBlock) {

Completed in 27 milliseconds