Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp763 uint32 doubleIndirectBlock = EXT2_DIRECT_BLOCKS + 1; in Allocate() local
777 doubleIndirectBlock = indirectData[index]; in Allocate()
782 indirectData = (uint32*)cached.SetTo(doubleIndirectBlock); in Allocate()