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),
57 fNodeTableVectorSize += vectorSize * elementSize;
162 PRINT(" vector size: %9lu\n", fNodeTableVectorSize);
165 areaSize += fNodeTableArraySize * sizeof(int32) + fNodeTableVectorSize;
H A DAllocationInfo.h37 size_t fNodeTableVectorSize; member in class:AllocationInfo

Completed in 32 milliseconds