Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp18 fNodeTableVectorSize(0), in AllocationInfo()
57 fNodeTableVectorSize += vectorSize * elementSize; in AddNodeTableAllocation()
162 PRINT(" vector size: %9lu\n", fNodeTableVectorSize); in Dump()
165 areaSize += fNodeTableArraySize * sizeof(int32) + fNodeTableVectorSize; in Dump()
H A DAllocationInfo.h37 size_t fNodeTableVectorSize; variable