Home
last modified time | relevance | path

Searched refs:numberOfDoubleIndirectBlocks (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp147 const off_t numberOfDoubleIndirectBlocks = numberOfBlockPointers in FindBlock() local
163 } else if (blockNumber < numberOfDoubleIndirectBlocks in FindBlock()
186 * numberOfDoubleIndirectBlocks) in FindBlock()
187 + (numberOfDoubleIndirectBlocks + numberOfBlockPointers + 12)) { in FindBlock()
189 blockNumber = blockNumber - numberOfDoubleIndirectBlocks in FindBlock()
194 off_t indirectBlockNumber = blockNumber / numberOfDoubleIndirectBlocks; in FindBlock()