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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c493 u_int32_t nextFABN; // file allocation block of block after end of found extent local
503 err = SearchExtentFile(vcb, fcb, offset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
506 firstFABN = nextFABN - foundData[foundIndex].blockCount;
518 dataEnd = (off_t)((off_t)(nextFABN) * (off_t)(allocBlockSize)); // Assume valid data through end of this extent

Completed in 13 milliseconds