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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c492 u_int32_t firstFABN; // file allocation block of first block in found extent local
496 u_int32_t startBlock; // volume allocation block corresponding to firstFABN
506 firstFABN = nextFABN - foundData[foundIndex].blockCount;
530 temp = (daddr64_t)((offset - (off_t)((off_t)(firstFABN) * (off_t)(allocBlockSize)))/sectorSize);

Completed in 19 milliseconds