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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c482 u_int32_t nextFABN; // file allocation block of block after end of found extent local
492 err = SearchExtentFile(vcb, fcb, offset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
495 firstFABN = nextFABN - foundData[foundIndex].blockCount;
507 dataEnd = (off_t)((off_t)(nextFABN) * (off_t)(allocBlockSize)); // Assume valid data through end of this extent

Completed in 47 milliseconds